Html Css Color HEX #EEF208 Lemon

📋 copy color: '#EEF208'

red 238 ◦ green 242 ◦ blue 8

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

Shades of Lemon #EEF208

Tints of Lemon #EEF208

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

 BLUE value IS 8 (3.52% from 255) = 1.64%

R = 48.77%
G = 49.59%
B = 1.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#EEF208 (or 0xEEF208) is known color: Lemon. HEX triplet: EE, F2 and 08. RGB value is (238,242,8). Sum of RGB (Red+Green+Blue) = 238+242+8=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 8 (3.52% from 255 or 1.64% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF208 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF208 is #110DF7. Grayscale: #D7D7D7. Windows color (decimal): -1117688 or 586478. OLE color: 586478.

HSL color Cylindrical-coordinate representation of color #EEF208: hue angle of 61.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEF208 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 8 -
CMYK 0.02 0 0.97 0.05
HSL 61.03º 0.94% 0.49% -
HSV(B) 61.03º 0.97% 0.95% -
XYZ 67.06 81.7 12.46 -
YUV 214.13 11.67 145.03 -
System Red Green Blue C M Y K H S L
Decimal 238 242 8 0.02 0 0.97 0.05 61.03 0.94 0.49
Hex EE F2 8 2 0 61 5 3D 5E 31
Octal 356 362 10 2 0 141 5 75 136 61
Binary 11101110 11110010 1000 10 0 1100001 101 111101 1011110 110001

Color Harmonies of #EEF208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF208

Black with #EEF208

Text Example


Text Example

White with #EEF208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF208; }

 p { color: rgb(238,242,8); }

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

background-color css

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

 a { background-color: rgb(238,242,8); }

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

border-color css

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

 span { border-color: rgb(238,242,8); }

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