Html Css Color HEX #EEF013 Lemon

📋 copy color: '#EEF013'

red 238 ◦ green 240 ◦ blue 19

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

Shades of Lemon #EEF013

Tints of Lemon #EEF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.82%

R = 47.89%
G = 48.29%
B = 3.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EEF013 (or 0xEEF013) is known color: Lemon. HEX triplet: EE, F0 and 13. RGB value is (238,240,19). Sum of RGB (Red+Green+Blue) = 238+240+19=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF013 is #110FEC. Grayscale: #D7D7D7. Windows color (decimal): -1118189 or 1306862. OLE color: 1306862.

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

Color convert

RGB 238 240 19 -
CMYK 0.01 0 0.92 0.06
HSL 60.54º 0.88% 0.51% -
HSV(B) 60.54º 0.92% 0.94% -
XYZ 66.54 80.54 12.66 -
YUV 214.21 17.84 144.97 -
System Red Green Blue C M Y K H S L
Decimal 238 240 19 0.01 0 0.92 0.06 60.54 0.88 0.51
Hex EE F0 13 1 0 5C 6 3D 58 33
Octal 356 360 23 1 0 134 6 75 130 63
Binary 11101110 11110000 10011 1 0 1011100 110 111101 1011000 110011

Color Harmonies of #EEF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF013

Black with #EEF013

Text Example


Text Example

White with #EEF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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