#E8ED5D

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

Shades of Honeysuckle #E8ED5D

Tints of Honeysuckle #E8ED5D

Color information

#E8ED5D (or 0xE8ED5D) is unknown color: approx Honeysuckle. HEX triplet: E8, ED and 5D. RGB value is (232,237,93). Sum of RGB (Red+Green+Blue) = 232+237+93=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8ED5D is #1712A2. Grayscale: #DBDBDB. Windows color (decimal): -1512099 or 6155752. OLE color: 6155752.

HSL color Cylindrical-coordinate representation of color #E8ED5D: hue angle of 62.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8ED5D is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23223793-
CMYK0.0200.610.07
HSL62.08º80%64.71%-
HSV(B)62.08º60.76%92.94%-
XYZ65.5478.5122.06-
YUV219.0956.84137.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.28%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 93 (36.72% from 255) = 16.55%
R=41.28%
G=42.17%
B=16.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal232237930.0200.610.0762.088064.71
HexE8ED5D203D73e5041
Octal3503551352075776120101
Binary1110100011101101101110110011110111111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ED5D; }

 p { color: rgb(232,237,93); }

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

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

 a { background-color: rgb(232,237,93); }

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

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

 span { border-color: rgb(232,237,93); }

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