#EAF15D

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

Shades of Honeysuckle #EAF15D

Tints of Honeysuckle #EAF15D

Color information

#EAF15D (or 0xEAF15D) is unknown color: approx Honeysuckle. HEX triplet: EA, F1 and 5D. RGB value is (234,241,93). Sum of RGB (Red+Green+Blue) = 234+241+93=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF15D is #150EA2. Grayscale: #DEDEDE. Windows color (decimal): -1380003 or 6156778. OLE color: 6156778.

HSL color Cylindrical-coordinate representation of color #EAF15D: hue angle of 62.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAF15D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB23424193-
CMYK0.0300.610.05
HSL62.84º84.09%65.49%-
HSV(B)62.84º61.41%94.51%-
XYZ67.3681.1922.48-
YUV222.0455.18136.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 93 (36.72% from 255) = 16.37%
R=41.20%
G=42.43%
B=16.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234241930.0300.610.0562.8484.0965.49
HexEAF15D303D53f5441
Octal3523611353075577124101
Binary1110101011110001101110111011110110111111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF15D; }

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

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

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

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

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

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

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

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