Html Css Color HEX #EEF40A Lemon

📋 copy color: '#EEF40A'

red 238 ◦ green 244 ◦ blue 10

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

Shades of Lemon #EEF40A

Tints of Lemon #EEF40A

RGB

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

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

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

R = 48.37%
G = 49.59%
B = 2.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#EEF40A (or 0xEEF40A) is known color: Lemon. HEX triplet: EE, F4 and 0A. RGB value is (238,244,10). Sum of RGB (Red+Green+Blue) = 238+244+10=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 10 (4.30% from 255 or 2.03% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF40A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF40A is #110BF5. Grayscale: #D8D8D8. Windows color (decimal): -1117174 or 718062. OLE color: 718062.

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

Color convert

RGB 238 244 10 -
CMYK 0.02 0 0.96 0.04
HSL 61.54º 0.92% 0.5% -
HSV(B) 61.54º 0.96% 0.96% -
XYZ 67.67 82.9 12.72 -
YUV 215.53 12.01 144.03 -
System Red Green Blue C M Y K H S L
Decimal 238 244 10 0.02 0 0.96 0.04 61.54 0.92 0.5
Hex EE F4 A 2 0 60 4 3E 5C 32
Octal 356 364 12 2 0 140 4 76 134 62
Binary 11101110 11110100 1010 10 0 1100000 100 111110 1011100 110010

Color Harmonies of #EEF40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF40A

Black with #EEF40A

Text Example


Text Example

White with #EEF40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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