#EAED5F

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

Shades of Honeysuckle #EAED5F

Tints of Honeysuckle #EAED5F

Color information

#EAED5F (or 0xEAED5F) is unknown color: approx Honeysuckle. HEX triplet: EA, ED and 5F. RGB value is (234,237,95). Sum of RGB (Red+Green+Blue) = 234+237+95=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED5F is #1512A0. Grayscale: #DCDCDC. Windows color (decimal): -1381025 or 6286826. OLE color: 6286826.

HSL color Cylindrical-coordinate representation of color #EAED5F: hue angle of 61.27º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAED5F is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23423795-
CMYK0.0100.600.07
HSL61.27º79.78%65.1%-
HSV(B)61.27º59.92%92.94%-
XYZ66.2878.8922.56-
YUV219.9257.51138.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 95 (37.5% from 255) = 16.78%
R=41.34%
G=41.87%
B=16.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234237950.0100.600.0761.2779.7865.1
HexEAED5F103C73d5041
Octal3523551371074775120101
Binary111010101110110110111111011110011111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED5F; }

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

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

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

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

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

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

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

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