#EDE46A

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

Shades of Honeysuckle #EDE46A

Tints of Honeysuckle #EDE46A

Color information

#EDE46A (or 0xEDE46A) is unknown color: approx Honeysuckle. HEX triplet: ED, E4 and 6A. RGB value is (237,228,106). Sum of RGB (Red+Green+Blue) = 237+228+106=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE46A is #121B95. Grayscale: #D9D9D9. Windows color (decimal): -1186710 or 7005421. OLE color: 7005421.

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

Color convert

RGB237228106-
CMYK00.040.550.07
HSL55.88º78.44%67.25%-
HSV(B)55.88º55.27%92.94%-
XYZ65.2774.5324.58-
YUV216.7865.48142.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 106 (41.80% from 255) = 18.56%
R=41.51%
G=39.93%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722810600.040.550.0755.8878.4467.25
HexEDE46A04377384e43
Octal3553441520467770116103
Binary11101101111001001101010010011011111111100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE46A; }

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

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

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

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

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

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

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

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