Html Css Color HEX #EEF420 Lemon

📋 copy color: '#EEF420'

red 238 ◦ green 244 ◦ blue 32

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

Shades of Lemon #EEF420

Tints of Lemon #EEF420

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.47%

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

R = 46.3%
G = 47.47%
B = 6.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EEF420 (or 0xEEF420) is known color: Lemon. HEX triplet: EE, F4 and 20. RGB value is (238,244,32). Sum of RGB (Red+Green+Blue) = 238+244+32=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 32 (12.89% from 255 or 6.23% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF420 is #110BDF. Grayscale: #DADADA. Windows color (decimal): -1117152 or 2159854. OLE color: 2159854.

HSL color Cylindrical-coordinate representation of color #EEF420: hue angle of 61.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF420 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 244 32 -
CMYK 0.02 0 0.87 0.04
HSL 61.7º 0.91% 0.54% -
HSV(B) 61.7º 0.87% 0.96% -
XYZ 67.87 82.98 13.81 -
YUV 218.04 23.01 142.24 -
System Red Green Blue C M Y K H S L
Decimal 238 244 32 0.02 0 0.87 0.04 61.7 0.91 0.54
Hex EE F4 20 2 0 57 4 3E 5B 36
Octal 356 364 40 2 0 127 4 76 133 66
Binary 11101110 11110100 100000 10 0 1010111 100 111110 1011011 110110

Color Harmonies of #EEF420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF420

Black with #EEF420

Text Example


Text Example

White with #EEF420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF420; }

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

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

background-color css

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

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

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

border-color css

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

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

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