#EAF960

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

Shades of Honeysuckle #EAF960

Tints of Honeysuckle #EAF960

Color information

#EAF960 (or 0xEAF960) is unknown color: approx Honeysuckle. HEX triplet: EA, F9 and 60. RGB value is (234,249,96). Sum of RGB (Red+Green+Blue) = 234+249+96=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF960 is #15069F. Grayscale: #E3E3E3. Windows color (decimal): -1377952 or 6355434. OLE color: 6355434.

HSL color Cylindrical-coordinate representation of color #EAF960: hue angle of 65.88º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAF960 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB23424996-
CMYK0.0600.610.02
HSL65.88º92.73%67.65%-
HSV(B)65.88º61.45%97.65%-
XYZ69.9286.0924-
YUV227.0754.03132.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 96 (37.89% from 255) = 16.58%
R=40.41%
G=43.01%
B=16.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234249960.0600.610.0265.8892.7367.65
HexEAF960603D2425d44
Octal35237114060752102135104
Binary11101010111110011100000110011110110100001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF960; }

 p { color: rgb(234,249,96); }

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

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

 a { background-color: rgb(234,249,96); }

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

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

 span { border-color: rgb(234,249,96); }

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