#EAF05D

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

Shades of Honeysuckle #EAF05D

Tints of Honeysuckle #EAF05D

Color information

#EAF05D (or 0xEAF05D) is unknown color: approx Honeysuckle. HEX triplet: EA, F0 and 5D. RGB value is (234,240,93). Sum of RGB (Red+Green+Blue) = 234+240+93=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF05D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF05D is #150FA2. Grayscale: #DEDEDE. Windows color (decimal): -1380259 or 6156522. OLE color: 6156522.

HSL color Cylindrical-coordinate representation of color #EAF05D: hue angle of 62.45º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAF05D is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23424093-
CMYK0.0200.610.06
HSL62.45º83.05%65.29%-
HSV(B)62.45º61.25%94.12%-
XYZ67.0780.622.38-
YUV221.4555.51136.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 240 (94.14% from 255) = 42.33%
BLUE value IS 93 (36.72% from 255) = 16.40%
R=41.27%
G=42.33%
B=16.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234240930.0200.610.0662.4583.0565.29
HexEAF05D203D63e5341
Octal3523601352075676123101
Binary1110101011110000101110110011110111011111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF05D; }

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

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

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

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

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

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

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

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