Html Css Color HEX #EEF113 Lemon

📋 copy color: '#EEF113'

red 238 ◦ green 241 ◦ blue 19

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

Shades of Lemon #EEF113

Tints of Lemon #EEF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

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

R = 47.79%
G = 48.39%
B = 3.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EEF113 (or 0xEEF113) is known color: Lemon. HEX triplet: EE, F1 and 13. RGB value is (238,241,19). Sum of RGB (Red+Green+Blue) = 238+241+19=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF113 is #110EEC. Grayscale: #D7D7D7. Windows color (decimal): -1117933 or 1307118. OLE color: 1307118.

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

Color convert

RGB 238 241 19 -
CMYK 0.01 0 0.92 0.05
HSL 60.81º 0.89% 0.51% -
HSV(B) 60.81º 0.92% 0.95% -
XYZ 66.83 81.13 12.75 -
YUV 214.8 17.51 144.55 -
System Red Green Blue C M Y K H S L
Decimal 238 241 19 0.01 0 0.92 0.05 60.81 0.89 0.51
Hex EE F1 13 1 0 5C 5 3D 59 33
Octal 356 361 23 1 0 134 5 75 131 63
Binary 11101110 11110001 10011 1 0 1011100 101 111101 1011001 110011

Color Harmonies of #EEF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF113

Black with #EEF113

Text Example


Text Example

White with #EEF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF113; }

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

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

background-color css

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

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

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

border-color css

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

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

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