Html Css Color HEX #EEDE18 Lemon

📋 copy color: '#EEDE18'

red 238 ◦ green 222 ◦ blue 24

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

Shades of Lemon #EEDE18

Tints of Lemon #EEDE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.96%

R = 49.17%
G = 45.87%
B = 4.96%

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

#EEDE18 (or 0xEEDE18) is known color: Lemon. HEX triplet: EE, DE and 18. RGB value is (238,222,24). Sum of RGB (Red+Green+Blue) = 238+222+24=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDE18 is #1121E7. Grayscale: #CDCDCD. Windows color (decimal): -1122792 or 1629934. OLE color: 1629934.

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

Color convert

RGB 238 222 24 -
CMYK 0 0.07 0.90 0.07
HSL 55.51º 0.86% 0.51% -
HSV(B) 55.51º 0.9% 0.93% -
XYZ 61.55 70.49 11.23 -
YUV 204.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 238 222 24 0 0.07 0.90 0.07 55.51 0.86 0.51
Hex EE DE 18 0 7 5A 7 38 56 33
Octal 356 336 30 0 7 132 7 70 126 63
Binary 11101110 11011110 11000 0 111 1011010 111 111000 1010110 110011

Color Harmonies of #EEDE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE18

Black with #EEDE18

Text Example


Text Example

White with #EEDE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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