#E1F960

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

Shades of Honeysuckle #E1F960

Tints of Honeysuckle #E1F960

Color information

#E1F960 (or 0xE1F960) is unknown color: approx Honeysuckle. HEX triplet: E1, F9 and 60. RGB value is (225,249,96). Sum of RGB (Red+Green+Blue) = 225+249+96=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F960 is #1E069F. Grayscale: #E0E0E0. Windows color (decimal): -1967776 or 6355425. OLE color: 6355425.

HSL color Cylindrical-coordinate representation of color #E1F960: hue angle of 69.41º 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 #E1F960 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB22524996-
CMYK0.1000.610.02
HSL69.41º92.73%67.65%-
HSV(B)69.41º61.45%97.65%-
XYZ67.0484.623.86-
YUV224.3855.55128.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 96 (37.89% from 255) = 16.84%
R=39.47%
G=43.68%
B=16.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal225249960.1000.610.0269.4192.7367.65
HexE1F960A03D2455d44
Octal341371140120752105135104
Binary111000011111100111000001010011110110100010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F960; }

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

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

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

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

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

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

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

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