#E8DE08

Color #E8DE08 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #E8DE08

Tints of Lemon #E8DE08

Color information

#E8DE08 (or 0xE8DE08) is unknown color: approx Lemon. HEX triplet: E8, DE and 08. RGB value is (232,222,8). Sum of RGB (Red+Green+Blue) = 232+222+8=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DE08 is #1721F7. Grayscale: #C9C9C9. Windows color (decimal): -1516024 or 581352. OLE color: 581352.

HSL color Cylindrical-coordinate representation of color #E8DE08: hue angle of 57.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8DE08 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2322228-
CMYK00.040.970.09
HSL57.32º93.33%47.06%-
HSV(B)57.32º96.55%90.98%-
XYZ59.4469.4210.5-
YUV200.5919.31150.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.22%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 8 (3.52% from 255) = 1.73%
R=50.22%
G=48.05%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232222800.040.970.0957.3293.3347.06
HexE8DE804619395d2f
Octal3503361004141117113557
Binary111010001101111010000100110000110011110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DE08; }

 p { color: rgb(232,222,8); }

 H1.HeaderClassName
 {
   color: #E8DE08;
 }
 .AnyTagClassName
 {
   color: #E8DE08;
 }
</style>
background-color css

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

 a { background-color: rgb(232,222,8); }

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

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

 span { border-color: rgb(232,222,8); }

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