Html Css Color HEX #EEED20 Lemon

📋 copy color: '#EEED20'

red 238 ◦ green 237 ◦ blue 32

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

Shades of Lemon #EEED20

Tints of Lemon #EEED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.75%

 BLUE value IS 32 (12.89% from 255) = 6.31%

R = 46.94%
G = 46.75%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEED20 (or 0xEEED20) is known color: Lemon. HEX triplet: EE, ED and 20. RGB value is (238,237,32). Sum of RGB (Red+Green+Blue) = 238+237+32=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED20 is #1112DF. Grayscale: #D6D6D6. Windows color (decimal): -1118944 or 2158062. OLE color: 2158062.

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

Color convert

RGB 238 237 32 -
CMYK 0 0.00 0.87 0.07
HSL 59.71º 0.86% 0.53% -
HSV(B) 59.71º 0.87% 0.93% -
XYZ 65.8 78.85 13.12 -
YUV 213.93 25.33 145.17 -
System Red Green Blue C M Y K H S L
Decimal 238 237 32 0 0.00 0.87 0.07 59.71 0.86 0.53
Hex EE ED 20 0 0 57 7 3C 56 35
Octal 356 355 40 0 0 127 7 74 126 65
Binary 11101110 11101101 100000 0 0 1010111 111 111100 1010110 110101

Color Harmonies of #EEED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED20

Black with #EEED20

Text Example


Text Example

White with #EEED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED20; }

 p { color: rgb(238,237,32); }

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

background-color css

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

 a { background-color: rgb(238,237,32); }

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

border-color css

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

 span { border-color: rgb(238,237,32); }

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