#EDE870

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

Shades of Honeysuckle #EDE870

Tints of Honeysuckle #EDE870

Color information

#EDE870 (or 0xEDE870) is unknown color: approx Honeysuckle. HEX triplet: ED, E8 and 70. RGB value is (237,232,112). Sum of RGB (Red+Green+Blue) = 237+232+112=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE870 is #12178F. Grayscale: #DCDCDC. Windows color (decimal): -1185680 or 7399661. OLE color: 7399661.

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

Color convert

RGB237232112-
CMYK00.020.530.07
HSL57.6º77.64%68.43%-
HSV(B)57.6º52.74%92.94%-
XYZ66.7176.8926.65-
YUV219.8267.16140.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 232 (91.02% from 255) = 39.93%
BLUE value IS 112 (44.14% from 255) = 19.28%
R=40.79%
G=39.93%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723211200.020.530.0757.677.6468.43
HexEDE870023573a4e44
Octal3553501600265772116104
Binary1110110111101000111000001011010111111101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE870; }

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

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

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

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

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

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

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

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