#EAE75F

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

Shades of Honeysuckle #EAE75F

Tints of Honeysuckle #EAE75F

Color information

#EAE75F (or 0xEAE75F) is unknown color: approx Honeysuckle. HEX triplet: EA, E7 and 5F. RGB value is (234,231,95). Sum of RGB (Red+Green+Blue) = 234+231+95=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE75F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE75F is #1518A0. Grayscale: #D8D8D8. Windows color (decimal): -1382561 or 6285290. OLE color: 6285290.

HSL color Cylindrical-coordinate representation of color #EAE75F: hue angle of 58.71º 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 #EAE75F is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23423195-
CMYK00.010.590.08
HSL58.71º76.8%64.51%-
HSV(B)58.71º59.4%91.76%-
XYZ64.5775.4721.99-
YUV216.3959.49140.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 231 (90.62% from 255) = 41.25%
BLUE value IS 95 (37.5% from 255) = 16.96%
R=41.79%
G=41.25%
B=16.96%

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
Decimal2342319500.010.590.0858.7176.864.51
HexEAE75F013B83b4d41
Octal35234713701731073115101
Binary1110101011100111101111101111011100011101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE75F; }

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

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

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

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

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

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

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

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