#EAFD70

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

Shades of Honeysuckle #EAFD70

Tints of Honeysuckle #EAFD70

Color information

#EAFD70 (or 0xEAFD70) is unknown color: approx Honeysuckle. HEX triplet: EA, FD and 70. RGB value is (234,253,112). Sum of RGB (Red+Green+Blue) = 234+253+112=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD70 is #15028F. Grayscale: #E7E7E7. Windows color (decimal): -1376912 or 7405034. OLE color: 7405034.

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

Color convert

RGB234253112-
CMYK0.0800.560.01
HSL68.09º97.24%71.57%-
HSV(B)68.09º55.73%99.22%-
XYZ71.9888.9128.7-
YUV231.2460.71129.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 112 (44.14% from 255) = 18.70%
R=39.07%
G=42.24%
B=18.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531120.0800.560.0168.0997.2471.57
HexEAFD7080381446148
Octal352375160100701104141110
Binary11101010111111011110000100001110001100010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD70; }

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

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

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

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

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

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

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

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