#EAF870

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

Shades of Honeysuckle #EAF870

Tints of Honeysuckle #EAF870

Color information

#EAF870 (or 0xEAF870) is unknown color: approx Honeysuckle. HEX triplet: EA, F8 and 70. RGB value is (234,248,112). Sum of RGB (Red+Green+Blue) = 234+248+112=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF870 is #15078F. Grayscale: #E4E4E4. Windows color (decimal): -1378192 or 7403754. OLE color: 7403754.

HSL color Cylindrical-coordinate representation of color #EAF870: hue angle of 66.18º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAF870 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB234248112-
CMYK0.0600.550.03
HSL66.18º90.67%70.59%-
HSV(B)66.18º54.84%97.25%-
XYZ70.4285.828.18-
YUV228.3162.36132.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 112 (44.14% from 255) = 18.86%
R=39.39%
G=41.75%
B=18.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481120.0600.550.0366.1890.6770.59
HexEAF87060373425b47
Octal35237016060673102133107
Binary11101010111110001110000110011011111100001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF870; }

 p { color: rgb(234,248,112); }

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

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

 a { background-color: rgb(234,248,112); }

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

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

 span { border-color: rgb(234,248,112); }

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