Html Css Color HEX #EEE70E Lemon

📋 copy color: '#EEE70E'

red 238 ◦ green 231 ◦ blue 14

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

Shades of Lemon #EEE70E

Tints of Lemon #EEE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.83%

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

R = 49.28%
G = 47.83%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEE70E (or 0xEEE70E) is known color: Lemon. HEX triplet: EE, E7 and 0E. RGB value is (238,231,14). Sum of RGB (Red+Green+Blue) = 238+231+14=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE70E is #1118F1. Grayscale: #D1D1D1. Windows color (decimal): -1120498 or 976878. OLE color: 976878.

HSL color Cylindrical-coordinate representation of color #EEE70E: hue angle of 58.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEE70E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 231 14 -
CMYK 0 0.03 0.94 0.07
HSL 58.13º 0.89% 0.49% -
HSV(B) 58.13º 0.94% 0.93% -
XYZ 63.92 75.36 11.59 -
YUV 208.36 18.32 149.14 -
System Red Green Blue C M Y K H S L
Decimal 238 231 14 0 0.03 0.94 0.07 58.13 0.89 0.49
Hex EE E7 E 0 3 5E 7 3A 59 31
Octal 356 347 16 0 3 136 7 72 131 61
Binary 11101110 11100111 1110 0 11 1011110 111 111010 1011001 110001

Color Harmonies of #EEE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE70E

Black with #EEE70E

Text Example


Text Example

White with #EEE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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