Html Css Color HEX #EEF416 Lemon

📋 copy color: '#EEF416'

red 238 ◦ green 244 ◦ blue 22

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

Shades of Lemon #EEF416

Tints of Lemon #EEF416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.37%

R = 47.22%
G = 48.41%
B = 4.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EEF416 (or 0xEEF416) is known color: Lemon. HEX triplet: EE, F4 and 16. RGB value is (238,244,22). Sum of RGB (Red+Green+Blue) = 238+244+22=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 22 (8.98% from 255 or 4.37% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF416 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF416 is #110BE9. Grayscale: #D9D9D9. Windows color (decimal): -1117162 or 1504494. OLE color: 1504494.

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

Color convert

RGB 238 244 22 -
CMYK 0.02 0 0.91 0.04
HSL 61.62º 0.91% 0.52% -
HSV(B) 61.62º 0.91% 0.96% -
XYZ 67.76 82.94 13.2 -
YUV 216.9 18.01 143.05 -
System Red Green Blue C M Y K H S L
Decimal 238 244 22 0.02 0 0.91 0.04 61.62 0.91 0.52
Hex EE F4 16 2 0 5B 4 3E 5B 34
Octal 356 364 26 2 0 133 4 76 133 64
Binary 11101110 11110100 10110 10 0 1011011 100 111110 1011011 110100

Color Harmonies of #EEF416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF416

Black with #EEF416

Text Example


Text Example

White with #EEF416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF416; }

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

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

background-color css

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

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

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

border-color css

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

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

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