#EDE85E

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

Shades of Honeysuckle #EDE85E

Tints of Honeysuckle #EDE85E

Color information

#EDE85E (or 0xEDE85E) is unknown color: approx Honeysuckle. HEX triplet: ED, E8 and 5E. RGB value is (237,232,94). Sum of RGB (Red+Green+Blue) = 237+232+94=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE85E is #1217A1. Grayscale: #DADADA. Windows color (decimal): -1185698 or 6220013. OLE color: 6220013.

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

Color convert

RGB23723294-
CMYK00.020.600.07
HSL57.9º79.89%64.9%-
HSV(B)57.9º60.34%92.94%-
XYZ65.876.5321.89-
YUV217.7658.16141.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 232 (91.02% from 255) = 41.21%
BLUE value IS 94 (37.11% from 255) = 16.70%
R=42.10%
G=41.21%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372329400.020.600.0757.979.8964.9
HexEDE85E023C73a5041
Octal3553501360274772120101
Binary1110110111101000101111001011110011111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE85E; }

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

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

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

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

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

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

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

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