COLOR #EBB80F

HEX: #EBB80F
RGB: (235,184,15)

Renk bilgisi

#EBB80F contains mainly red and green colors. #EBB80F ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EBB80F color RGB value is (235,184,15).

  • kırmız ton 235;
  • yeşil ton 184;
  • mavi ton 15.
RGB:
(235,184,15)
(92%,72%,6%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 184 of 255 = 72%
B 15 of 255 = 6%

235
184
15

R + G + B ~ 57%. #EBB80F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 184 + 15 = 434 (100%)
R 235 of 434 ~ 54.15%
G 184 of 434 ~ 42.4%
B 15 of 434 ~ 3.46%

%54.15
%42.4

CMYK RENK MODELİ

#EBB80F rengi CMYK tonu (0,22,94,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.70%
  • sarı tonu 93.62%
  • ana renk tonu 7.84%
CMYK:
(0,22,94,8)
C0M22Y94K8 
(0%,22%,94%,8%)
(0.00/0.22/0.94/0.08)	

CMYK yüzdeleri

%0
%21.7
%93.62
%7.84

Codes

Color #EBB80F in popluar color models

EBB80F
RGB23518415
HSL46°88.00%49.02%
HSB/HSV46°93.62%92.16%
CMYK0.00%21.70%93.62%
7.84%

Color #EBB80F in popluar number systems.

HEXEBB80F
Decimal23518415
Binary11101011101110001111
Octal35327017

Shades and tints

Shades of #EBB80F

#EBB80F
(235,184,15)
#D6A80E
(214,168,14)
#C1980D
(193,152,13)
#AC880C
(172,136,12)
#97780B
(151,120,11)
#82680A
(130,104,10)
#6D5809
(109,88,9)
#584808
(88,72,8)
#433807
(67,56,7)
#2E2806
(46,40,6)
#191805
(25,24,5)
#000000
(0,0,0)

Tints of #EBB80F

#EBB80F
(235,184,15)
#ECBE24
(236,190,36)
#EDC439
(237,196,57)
#EECA4E
(238,202,78)
#EFD063
(239,208,99)
#F0D678
(240,214,120)
#F1DC8D
(241,220,141)
#F2E2A2
(242,226,162)
#F3E8B7
(243,232,183)
#F4EECC
(244,238,204)
#F5F4E1
(245,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB80F color. Also use rgb(235,184,15) instead hex code.

Text Font Color

.myTextColor { color: #EBB80F; }

<p style="color:#EBB80F">This sample text font color is #EBB80F.</p>

This text font color is #EBB80F.


Background Color

.myBgColor { background-color: #EBB80F; }

<div style="background-color:#EBB80F">Inner text</div>

This div background color is #EBB80F.


Border color

.myBorderColor { border: 1px solid #EBB80F; }

<div style="border:3px solid #EBB80F">Div</div>

This div border color is #EBB80F.


Opacity

.myOpacity80 { color: #EBB80F; opacity: 0.8; }

<p style="color:#EBB80F;opacity:0.8;">80%</p>

Text with #EBB80F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBB80F;}

<p style="text-shadow: 3px 3px 1px #EBB80F">Text here.</p>

This text has shadow with #EBB80F color.

.textShadow {text-shadow: 3px 3px 1px #EBB80F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBB80F, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBB80F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB80F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBB80F, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBB80F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBB80F;
  -webkit-box-shadow:	1px 1px 3px 2px #EBB80F;
  box-shadow:		1px 1px 3px 2px #EBB80F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB80F;
-webkit-box-shadow: 1px 1px 3px 2px #EBB80F;
box-shadow:1px 1px 3px 2px #EBB80F;">
Div content here</div>
This div box has shadow with color #EBB80F.

Preview

Color preview on black background

This text has color #EBB80F on black background.


Color preview on white background

This text has color #EBB80F on white background.



Black color preview on #EBB80F background

This text has black color on #EBB80F background.


White color preview on #EBB80F background

This text has white color on #EBB80F background.