Html Css Color HEX #EEDC17 Lemon

📋 copy color: '#EEDC17'

red 238 ◦ green 220 ◦ blue 23

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

Shades of Lemon #EEDC17

Tints of Lemon #EEDC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 23 (9.38% from 255) = 4.78%

R = 49.48%
G = 45.74%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEDC17 (or 0xEEDC17) is known color: Lemon. HEX triplet: EE, DC and 17. RGB value is (238,220,23). Sum of RGB (Red+Green+Blue) = 238+220+23=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 23 (9.38% from 255 or 4.78% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC17 is #1123E8. Grayscale: #CBCBCB. Windows color (decimal): -1123305 or 1563886. OLE color: 1563886.

HSL color Cylindrical-coordinate representation of color #EEDC17: hue angle of 54.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEDC17 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 23 -
CMYK 0 0.08 0.90 0.07
HSL 54.98º 0.86% 0.51% -
HSV(B) 54.98º 0.9% 0.93% -
XYZ 61.01 69.43 11 -
YUV 202.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 238 220 23 0 0.08 0.90 0.07 54.98 0.86 0.51
Hex EE DC 17 0 8 5A 7 37 56 33
Octal 356 334 27 0 10 132 7 67 126 63
Binary 11101110 11011100 10111 0 1000 1011010 111 110111 1010110 110011

Color Harmonies of #EEDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC17

Black with #EEDC17

Text Example


Text Example

White with #EEDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC17; }

 p { color: rgb(238,220,23); }

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

background-color css

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

 a { background-color: rgb(238,220,23); }

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

border-color css

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

 span { border-color: rgb(238,220,23); }

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