#EAE85C

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

Shades of Honeysuckle #EAE85C

Tints of Honeysuckle #EAE85C

Color information

#EAE85C (or 0xEAE85C) is unknown color: approx Honeysuckle. HEX triplet: EA, E8 and 5C. RGB value is (234,232,92). Sum of RGB (Red+Green+Blue) = 234+232+92=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE85C is #1517A3. Grayscale: #D9D9D9. Windows color (decimal): -1382308 or 6088938. OLE color: 6088938.

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

Color convert

RGB23423292-
CMYK00.010.610.08
HSL59.15º77.17%63.92%-
HSV(B)59.15º60.68%91.76%-
XYZ64.7275.9821.38-
YUV216.6457.66140.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 232 (91.02% from 255) = 41.58%
BLUE value IS 92 (36.33% from 255) = 16.49%
R=41.94%
G=41.58%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342329200.010.610.0859.1577.1763.92
HexEAE85C013D83b4d40
Octal35235013401751073115100
Binary1110101011101000101110001111101100011101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE85C; }

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

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

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

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

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

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

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

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