COLOR #EBB41E

HEX: #EBB41E
RGB: (235,180,30)

Renk bilgisi

#EBB41E contains mainly red and green colors. #EBB41E ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#EBB41E color RGB value is (235,180,30).

  • kırmız ton 235;
  • yeşil ton 180;
  • mavi ton 30.
RGB:
(235,180,30)
(92%,71%,12%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 180 of 255 = 71%
B 30 of 255 = 12%

235
180
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 180 + 30 = 445 (100%)
R 235 of 445 ~ 52.81%
G 180 of 445 ~ 40.45%
B 30 of 445 ~ 6.74%

%52.81
%40.45

CMYK RENK MODELİ

#EBB41E rengi CMYK tonu (0,23,87,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.40%
  • sarı tonu 87.23%
  • ana renk tonu 7.84%
CMYK:
(0,23,87,8)
C0M23Y87K8 
(0%,23%,87%,8%)
(0.00/0.23/0.87/0.08)	

CMYK yüzdeleri

%0
%23.4
%87.23
%7.84

Codes

Color #EBB41E in popluar color models

EBB41E
RGB23518030
HSL44°83.67%51.96%
HSB/HSV44°87.23%92.16%
CMYK0.00%23.40%87.23%
7.84%

Color #EBB41E in popluar number systems.

HEXEBB41E
Decimal23518030
Binary111010111011010011110
Octal35326436

Shades and tints

Shades of #EBB41E

#EBB41E
(235,180,30)
#D6A41C
(214,164,28)
#C1941A
(193,148,26)
#AC8418
(172,132,24)
#977416
(151,116,22)
#826414
(130,100,20)
#6D5412
(109,84,18)
#584410
(88,68,16)
#43340E
(67,52,14)
#2E240C
(46,36,12)
#19140A
(25,20,10)
#000000
(0,0,0)

Tints of #EBB41E

#EBB41E
(235,180,30)
#ECBA32
(236,186,50)
#EDC046
(237,192,70)
#EEC65A
(238,198,90)
#EFCC6E
(239,204,110)
#F0D282
(240,210,130)
#F1D896
(241,216,150)
#F2DEAA
(242,222,170)
#F3E4BE
(243,228,190)
#F4EAD2
(244,234,210)
#F5F0E6
(245,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB41E color. Also use rgb(235,180,30) instead hex code.

Text Font Color

.myTextColor { color: #EBB41E; }

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

This text font color is #EBB41E.


Background Color

.myBgColor { background-color: #EBB41E; }

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

This div background color is #EBB41E.


Border color

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

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

This div border color is #EBB41E.


Opacity

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

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

Text with #EBB41E 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 #EBB41E;}

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

This text has shadow with #EBB41E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB41E on black background.


Color preview on white background

This text has color #EBB41E on white background.



Black color preview on #EBB41E background

This text has black color on #EBB41E background.


White color preview on #EBB41E background

This text has white color on #EBB41E background.