COLOR #E9E50E

HEX: #E9E50E
RGB: (233,229,14)

Renk bilgisi

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

RGB renk modeli

#E9E50E color RGB value is (233,229,14).

  • kırmız ton 233;
  • yeşil ton 229;
  • mavi ton 14.
RGB:
(233,229,14)
(91%,90%,5%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 229 of 255 = 90%
B 14 of 255 = 5%

233
229
14

R + G + B ~ 62%. #E9E50E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 229 + 14 = 476 (100%)
R 233 of 476 ~ 48.95%
G 229 of 476 ~ 48.11%
B 14 of 476 ~ 2.94%

%48.95
%48.11

CMYK RENK MODELİ

#E9E50E rengi CMYK tonu (0,2,94,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.72%
  • sarı tonu 93.99%
  • ana renk tonu 8.63%
CMYK:
(0,2,94,9)
C0M2Y94K9 
(0%,2%,94%,9%)
(0.00/0.02/0.94/0.09)	

CMYK yüzdeleri

%0
%1.72
%93.99
%8.63

Codes

Color #E9E50E in popluar color models

E9E50E
RGB23322914
HSL59°88.66%48.43%
HSB/HSV59°93.99%91.37%
CMYK0.00%1.72%93.99%
8.63%

Color #E9E50E in popluar number systems.

HEXE9E50E
Decimal23322914
Binary11101001111001011110
Octal35134516

Shades and tints

Shades of #E9E50E

#E9E50E
(233,229,14)
#D4D10D
(212,209,13)
#BFBD0C
(191,189,12)
#AAA90B
(170,169,11)
#95950A
(149,149,10)
#808109
(128,129,9)
#6B6D08
(107,109,8)
#565907
(86,89,7)
#414506
(65,69,6)
#2C3105
(44,49,5)
#171D04
(23,29,4)
#000000
(0,0,0)

Tints of #E9E50E

#E9E50E
(233,229,14)
#EBE723
(235,231,35)
#EDE938
(237,233,56)
#EFEB4D
(239,235,77)
#F1ED62
(241,237,98)
#F3EF77
(243,239,119)
#F5F18C
(245,241,140)
#F7F3A1
(247,243,161)
#F9F5B6
(249,245,182)
#FBF7CB
(251,247,203)
#FDF9E0
(253,249,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E50E color. Also use rgb(233,229,14) instead hex code.

Text Font Color

.myTextColor { color: #E9E50E; }

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

This text font color is #E9E50E.


Background Color

.myBgColor { background-color: #E9E50E; }

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

This div background color is #E9E50E.


Border color

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

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

This div border color is #E9E50E.


Opacity

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

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

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

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

This text has shadow with #E9E50E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E50E on black background.


Color preview on white background

This text has color #E9E50E on white background.



Black color preview on #E9E50E background

This text has black color on #E9E50E background.


White color preview on #E9E50E background

This text has white color on #E9E50E background.