Html Css Color HEX #EEF120 Lemon

📋 copy color: '#EEF120'

red 238 ◦ green 241 ◦ blue 32

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

Shades of Lemon #EEF120

Tints of Lemon #EEF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 46.58%
G = 47.16%
B = 6.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#EEF120 (or 0xEEF120) is known color: Lemon. HEX triplet: EE, F1 and 20. RGB value is (238,241,32). Sum of RGB (Red+Green+Blue) = 238+241+32=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 32 (12.89% from 255 or 6.26% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF120 is #110EDF. Grayscale: #D9D9D9. Windows color (decimal): -1117920 or 2159086. OLE color: 2159086.

HSL color Cylindrical-coordinate representation of color #EEF120: hue angle of 60.86º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF120 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 241 32 -
CMYK 0.01 0 0.87 0.05
HSL 60.86º 0.88% 0.54% -
HSV(B) 60.86º 0.87% 0.95% -
XYZ 66.98 81.19 13.51 -
YUV 216.28 24.01 143.49 -
System Red Green Blue C M Y K H S L
Decimal 238 241 32 0.01 0 0.87 0.05 60.86 0.88 0.54
Hex EE F1 20 1 0 57 5 3D 58 36
Octal 356 361 40 1 0 127 5 75 130 66
Binary 11101110 11110001 100000 1 0 1010111 101 111101 1011000 110110

Color Harmonies of #EEF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF120

Black with #EEF120

Text Example


Text Example

White with #EEF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF120; }

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

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

background-color css

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

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

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

border-color css

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

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

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