#EDE463

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

Shades of Honeysuckle #EDE463

Tints of Honeysuckle #EDE463

Color information

#EDE463 (or 0xEDE463) is unknown color: approx Honeysuckle. HEX triplet: ED, E4 and 63. RGB value is (237,228,99). Sum of RGB (Red+Green+Blue) = 237+228+99=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 99 (39.06% from 255 or 17.55% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE463 is #121B9C. Grayscale: #D8D8D8. Windows color (decimal): -1186717 or 6546669. OLE color: 6546669.

HSL color Cylindrical-coordinate representation of color #EDE463: hue angle of 56.09º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDE463 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23722899-
CMYK00.040.580.07
HSL56.09º79.31%65.88%-
HSV(B)56.09º58.23%92.94%-
XYZ64.9274.3922.74-
YUV215.9861.98142.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 228 (89.45% from 255) = 40.43%
BLUE value IS 99 (39.06% from 255) = 17.55%
R=42.02%
G=40.43%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372289900.040.580.0756.0979.3165.88
HexEDE463043A7384f42
Octal3553441430472770117102
Binary11101101111001001100011010011101011111100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE463; }

 p { color: rgb(237,228,99); }

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

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

 a { background-color: rgb(237,228,99); }

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

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

 span { border-color: rgb(237,228,99); }

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