#EAE85F

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

Shades of Honeysuckle #EAE85F

Tints of Honeysuckle #EAE85F

Color information

#EAE85F (or 0xEAE85F) is unknown color: approx Honeysuckle. HEX triplet: EA, E8 and 5F. RGB value is (234,232,95). Sum of RGB (Red+Green+Blue) = 234+232+95=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE85F is #1517A0. Grayscale: #D9D9D9. Windows color (decimal): -1382305 or 6285546. OLE color: 6285546.

HSL color Cylindrical-coordinate representation of color #EAE85F: hue angle of 59.14º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAE85F is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23423295-
CMYK00.010.590.08
HSL59.14º76.8%64.51%-
HSV(B)59.14º59.4%91.76%-
XYZ64.8576.0322.08-
YUV216.9859.16140.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 95 (37.5% from 255) = 16.93%
R=41.71%
G=41.35%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342329500.010.590.0859.1476.864.51
HexEAE85F013B83b4d41
Octal35235013701731073115101
Binary1110101011101000101111101111011100011101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE85F; }

 p { color: rgb(234,232,95); }

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

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

 a { background-color: rgb(234,232,95); }

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

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

 span { border-color: rgb(234,232,95); }

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