#EAFF70

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

Shades of Honeysuckle #EAFF70

Tints of Honeysuckle #EAFF70

Color information

#EAFF70 (or 0xEAFF70) is unknown color: approx Honeysuckle. HEX triplet: EA, FF and 70. RGB value is (234,255,112). Sum of RGB (Red+Green+Blue) = 234+255+112=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 112 (44.14% from 255 or 18.64% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFF70 is #15008F. Grayscale: #E8E8E8. Windows color (decimal): -1376400 or 7405546. OLE color: 7405546.

HSL color Cylindrical-coordinate representation of color #EAFF70: hue angle of 68.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAFF70 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB234255112-
CMYK0.0800.560
HSL68.81º100%71.96%-
HSV(B)68.81º56.08%100%-
XYZ72.6290.1828.91-
YUV232.4260.04129.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 112 (44.14% from 255) = 18.64%
R=38.94%
G=42.43%
B=18.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551120.0800.56068.8110071.96
HexEAFF7080380456448
Octal352377160100700105144110
Binary11101010111111111110000100001110000100010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF70; }

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

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

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

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

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

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

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

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