#EAE75D

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

Shades of Honeysuckle #EAE75D

Tints of Honeysuckle #EAE75D

Color information

#EAE75D (or 0xEAE75D) is unknown color: approx Honeysuckle. HEX triplet: EA, E7 and 5D. RGB value is (234,231,93). Sum of RGB (Red+Green+Blue) = 234+231+93=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE75D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE75D is #1518A2. Grayscale: #D8D8D8. Windows color (decimal): -1382563 or 6154218. OLE color: 6154218.

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

Color convert

RGB23423193-
CMYK00.010.600.08
HSL58.72º77.05%64.12%-
HSV(B)58.72º60.26%91.76%-
XYZ64.4875.4321.52-
YUV216.1658.49140.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 93 (36.72% from 255) = 16.67%
R=41.94%
G=41.40%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342319300.010.600.0858.7277.0564.12
HexEAE75D013C83b4d40
Octal35234713501741073115100
Binary1110101011100111101110101111100100011101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE75D; }

 p { color: rgb(234,231,93); }

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

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

 a { background-color: rgb(234,231,93); }

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

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

 span { border-color: rgb(234,231,93); }

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