Html Css Color HEX #EED913 Lemon

📋 copy color: '#EED913'

red 238 ◦ green 217 ◦ blue 19

#EED913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EED913

Tints of Lemon #EED913

RGB

 RED value IS 238 (93.36% from 255) = 50.21%

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 19 (7.81% from 255) = 4.01%

R = 50.21%
G = 45.78%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EED913 (or 0xEED913) is known color: Lemon. HEX triplet: EE, D9 and 13. RGB value is (238,217,19). Sum of RGB (Red+Green+Blue) = 238+217+19=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EED913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED913 is #1126EC. Grayscale: #C9C9C9. Windows color (decimal): -1124077 or 1300974. OLE color: 1300974.

HSL color Cylindrical-coordinate representation of color #EED913: hue angle of 54.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED913 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 19 -
CMYK 0 0.09 0.92 0.07
HSL 54.25º 0.87% 0.5% -
HSV(B) 54.25º 0.92% 0.93% -
XYZ 60.19 67.85 10.54 -
YUV 200.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 238 217 19 0 0.09 0.92 0.07 54.25 0.87 0.5
Hex EE D9 13 0 9 5C 7 36 57 32
Octal 356 331 23 0 11 134 7 66 127 62
Binary 11101110 11011001 10011 0 1001 1011100 111 110110 1010111 110010

Color Harmonies of #EED913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED913

Black with #EED913

Text Example


Text Example

White with #EED913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED913; }

 p { color: rgb(238,217,19); }

 H1.HeaderClassName
 {
   color: #EED913;
 }
 .AnyTagClassName
 {
   color: #EED913;
 }
</style>

background-color css

<style>
 a { background-color: #EED913; }

 a { background-color: rgb(238,217,19); }

 div.DivClassName
 {
   background-color: #EED913;
 }
 .BgClassName
 {
   background-color: #EED913;
 }
</style>

border-color css

<style>
 span { border-color: #EED913; }

 span { border-color: rgb(238,217,19); }

 td.TdClassName
 {
   border-color: #EED913;
 }
 .TagClassName
 {
   border-color: #EED913;
 }
</style>