#EAFD65

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

Shades of Honeysuckle #EAFD65

Tints of Honeysuckle #EAFD65

Color information

#EAFD65 (or 0xEAFD65) is unknown color: approx Honeysuckle. HEX triplet: EA, FD and 65. RGB value is (234,253,101). Sum of RGB (Red+Green+Blue) = 234+253+101=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 101 (39.84% from 255 or 17.18% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD65 is #15029A. Grayscale: #E6E6E6. Windows color (decimal): -1376923 or 6684138. OLE color: 6684138.

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

Color convert

RGB234253101-
CMYK0.0800.600.01
HSL67.5º97.44%69.41%-
HSV(B)67.5º60.08%99.22%-
XYZ71.4188.6825.67-
YUV229.9955.21130.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 253 (99.22% from 255) = 43.03%
BLUE value IS 101 (39.84% from 255) = 17.18%
R=39.80%
G=43.03%
B=17.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531010.0800.600.0167.597.4469.41
HexEAFD65803C1446145
Octal352375145100741104141105
Binary11101010111111011100101100001111001100010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD65; }

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

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

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

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

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

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

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

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