Html Css Color HEX #EEF01A Lemon

📋 copy color: '#EEF01A'

red 238 ◦ green 240 ◦ blue 26

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

Shades of Lemon #EEF01A

Tints of Lemon #EEF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.62%

 BLUE value IS 26 (10.55% from 255) = 5.16%

R = 47.22%
G = 47.62%
B = 5.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EEF01A (or 0xEEF01A) is known color: Lemon. HEX triplet: EE, F0 and 1A. RGB value is (238,240,26). Sum of RGB (Red+Green+Blue) = 238+240+26=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF01A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF01A is #110FE5. Grayscale: #D7D7D7. Windows color (decimal): -1118182 or 1765614. OLE color: 1765614.

HSL color Cylindrical-coordinate representation of color #EEF01A: hue angle of 60.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEF01A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 26 -
CMYK 0.01 0 0.89 0.06
HSL 60.56º 0.88% 0.52% -
HSV(B) 60.56º 0.89% 0.94% -
XYZ 66.61 80.57 13.02 -
YUV 215.01 21.34 144.4 -
System Red Green Blue C M Y K H S L
Decimal 238 240 26 0.01 0 0.89 0.06 60.56 0.88 0.52
Hex EE F0 1A 1 0 59 6 3D 58 34
Octal 356 360 32 1 0 131 6 75 130 64
Binary 11101110 11110000 11010 1 0 1011001 110 111101 1011000 110100

Color Harmonies of #EEF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF01A

Black with #EEF01A

Text Example


Text Example

White with #EEF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF01A; }

 p { color: rgb(238,240,26); }

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

background-color css

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

 a { background-color: rgb(238,240,26); }

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

border-color css

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

 span { border-color: rgb(238,240,26); }

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