#EAF15E

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

Shades of Honeysuckle #EAF15E

Tints of Honeysuckle #EAF15E

Color information

#EAF15E (or 0xEAF15E) is unknown color: approx Honeysuckle. HEX triplet: EA, F1 and 5E. RGB value is (234,241,94). Sum of RGB (Red+Green+Blue) = 234+241+94=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF15E is #150EA1. Grayscale: #DEDEDE. Windows color (decimal): -1380002 or 6222314. OLE color: 6222314.

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

Color convert

RGB23424194-
CMYK0.0300.610.05
HSL62.86º84%65.69%-
HSV(B)62.86º61%94.51%-
XYZ67.4181.2122.71-
YUV222.1555.68136.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 94 (37.11% from 255) = 16.52%
R=41.12%
G=42.36%
B=16.52%

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
Decimal234241940.0300.610.0562.868465.69
HexEAF15E303D53f5442
Octal3523611363075577124102
Binary1110101011110001101111011011110110111111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF15E; }

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

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

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

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

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

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

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

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