Html Css Color HEX #EEF20A Lemon

📋 copy color: '#EEF20A'

red 238 ◦ green 242 ◦ blue 10

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

Shades of Lemon #EEF20A

Tints of Lemon #EEF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 48.57%
G = 49.39%
B = 2.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#EEF20A (or 0xEEF20A) is known color: Lemon. HEX triplet: EE, F2 and 0A. RGB value is (238,242,10). Sum of RGB (Red+Green+Blue) = 238+242+10=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 10 (4.30% from 255 or 2.04% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF20A is #110DF5. Grayscale: #D7D7D7. Windows color (decimal): -1117686 or 717550. OLE color: 717550.

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

Color convert

RGB 238 242 10 -
CMYK 0.02 0 0.96 0.05
HSL 61.03º 0.92% 0.49% -
HSV(B) 61.03º 0.96% 0.95% -
XYZ 67.07 81.7 12.52 -
YUV 214.36 12.67 144.86 -
System Red Green Blue C M Y K H S L
Decimal 238 242 10 0.02 0 0.96 0.05 61.03 0.92 0.49
Hex EE F2 A 2 0 60 5 3D 5C 31
Octal 356 362 12 2 0 140 5 75 134 61
Binary 11101110 11110010 1010 10 0 1100000 101 111101 1011100 110001

Color Harmonies of #EEF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF20A

Black with #EEF20A

Text Example


Text Example

White with #EEF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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