#EAFD71

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

Shades of Honeysuckle #EAFD71

Tints of Honeysuckle #EAFD71

Color information

#EAFD71 (or 0xEAFD71) is unknown color: approx Honeysuckle. HEX triplet: EA, FD and 71. RGB value is (234,253,113). Sum of RGB (Red+Green+Blue) = 234+253+113=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 113 (44.53% from 255 or 18.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD71 is #15028E. Grayscale: #E7E7E7. Windows color (decimal): -1376911 or 7470570. OLE color: 7470570.

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

Color convert

RGB234253113-
CMYK0.0800.550.01
HSL68.14º97.22%71.76%-
HSV(B)68.14º55.34%99.22%-
XYZ72.0488.9428.99-
YUV231.3661.21129.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 113 (44.53% from 255) = 18.83%
R=39%
G=42.17%
B=18.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531130.0800.550.0168.1497.2271.76
HexEAFD7180371446148
Octal352375161100671104141110
Binary11101010111111011110001100001101111100010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD71; }

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

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

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

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

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

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

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

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