Html Css Color HEX #EEDE17 Lemon

📋 copy color: '#EEDE17'

red 238 ◦ green 222 ◦ blue 23

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

Shades of Lemon #EEDE17

Tints of Lemon #EEDE17

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

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

R = 49.28%
G = 45.96%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEDE17 (or 0xEEDE17) is known color: Lemon. HEX triplet: EE, DE and 17. RGB value is (238,222,23). Sum of RGB (Red+Green+Blue) = 238+222+23=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDE17 is #1121E8. Grayscale: #CCCCCC. Windows color (decimal): -1122793 or 1564398. OLE color: 1564398.

HSL color Cylindrical-coordinate representation of color #EEDE17: hue angle of 55.53º 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 #EEDE17 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 23 -
CMYK 0 0.07 0.90 0.07
HSL 55.53º 0.86% 0.51% -
HSV(B) 55.53º 0.9% 0.93% -
XYZ 61.54 70.48 11.17 -
YUV 204.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 238 222 23 0 0.07 0.90 0.07 55.53 0.86 0.51
Hex EE DE 17 0 7 5A 7 38 56 33
Octal 356 336 27 0 7 132 7 70 126 63
Binary 11101110 11011110 10111 0 111 1011010 111 111000 1010110 110011

Color Harmonies of #EEDE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE17

Black with #EEDE17

Text Example


Text Example

White with #EEDE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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