Html Css Color HEX #EEF412 Lemon

📋 copy color: '#EEF412'

red 238 ◦ green 244 ◦ blue 18

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

Shades of Lemon #EEF412

Tints of Lemon #EEF412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.6%

R = 47.6%
G = 48.8%
B = 3.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#EEF412 (or 0xEEF412) is known color: Lemon. HEX triplet: EE, F4 and 12. RGB value is (238,244,18). Sum of RGB (Red+Green+Blue) = 238+244+18=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF412 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF412 is #110BED. Grayscale: #D9D9D9. Windows color (decimal): -1117166 or 1242350. OLE color: 1242350.

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

Color convert

RGB 238 244 18 -
CMYK 0.02 0 0.93 0.04
HSL 61.59º 0.91% 0.51% -
HSV(B) 61.59º 0.93% 0.96% -
XYZ 67.72 82.92 13.01 -
YUV 216.44 16.01 143.38 -
System Red Green Blue C M Y K H S L
Decimal 238 244 18 0.02 0 0.93 0.04 61.59 0.91 0.51
Hex EE F4 12 2 0 5D 4 3E 5B 33
Octal 356 364 22 2 0 135 4 76 133 63
Binary 11101110 11110100 10010 10 0 1011101 100 111110 1011011 110011

Color Harmonies of #EEF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF412

Black with #EEF412

Text Example


Text Example

White with #EEF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF412; }

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

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

background-color css

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

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

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

border-color css

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

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

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