Html Css Color HEX #EEF020 Lemon

📋 copy color: '#EEF020'

red 238 ◦ green 240 ◦ blue 32

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

Shades of Lemon #EEF020

Tints of Lemon #EEF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.06%

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

R = 46.67%
G = 47.06%
B = 6.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EEF020 (or 0xEEF020) is known color: Lemon. HEX triplet: EE, F0 and 20. RGB value is (238,240,32). Sum of RGB (Red+Green+Blue) = 238+240+32=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 32 (12.89% from 255 or 6.27% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF020 is #110FDF. Grayscale: #D8D8D8. Windows color (decimal): -1118176 or 2158830. OLE color: 2158830.

HSL color Cylindrical-coordinate representation of color #EEF020: hue angle of 60.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF020 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 32 -
CMYK 0.01 0 0.87 0.06
HSL 60.58º 0.87% 0.53% -
HSV(B) 60.58º 0.87% 0.94% -
XYZ 66.68 80.6 13.41 -
YUV 215.69 24.34 143.91 -
System Red Green Blue C M Y K H S L
Decimal 238 240 32 0.01 0 0.87 0.06 60.58 0.87 0.53
Hex EE F0 20 1 0 57 6 3D 57 35
Octal 356 360 40 1 0 127 6 75 127 65
Binary 11101110 11110000 100000 1 0 1010111 110 111101 1010111 110101

Color Harmonies of #EEF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF020

Black with #EEF020

Text Example


Text Example

White with #EEF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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