Html Css Color HEX #EEF00E Lemon

📋 copy color: '#EEF00E'

red 238 ◦ green 240 ◦ blue 14

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

Shades of Lemon #EEF00E

Tints of Lemon #EEF00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.85%

R = 48.37%
G = 48.78%
B = 2.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EEF00E (or 0xEEF00E) is known color: Lemon. HEX triplet: EE, F0 and 0E. RGB value is (238,240,14). Sum of RGB (Red+Green+Blue) = 238+240+14=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00E is #110FF1. Grayscale: #D6D6D6. Windows color (decimal): -1118194 or 979182. OLE color: 979182.

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

Color convert

RGB 238 240 14 -
CMYK 0.01 0 0.94 0.06
HSL 60.53º 0.89% 0.5% -
HSV(B) 60.53º 0.94% 0.94% -
XYZ 66.5 80.53 12.45 -
YUV 213.64 15.34 145.38 -
System Red Green Blue C M Y K H S L
Decimal 238 240 14 0.01 0 0.94 0.06 60.53 0.89 0.5
Hex EE F0 E 1 0 5E 6 3D 59 32
Octal 356 360 16 1 0 136 6 75 131 62
Binary 11101110 11110000 1110 1 0 1011110 110 111101 1011001 110010

Color Harmonies of #EEF00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF00E

Black with #EEF00E

Text Example


Text Example

White with #EEF00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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