#E2F062

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

Shades of Honeysuckle #E2F062

Tints of Honeysuckle #E2F062

Color information

#E2F062 (or 0xE2F062) is unknown color: approx Honeysuckle. HEX triplet: E2, F0 and 62. RGB value is (226,240,98). Sum of RGB (Red+Green+Blue) = 226+240+98=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F062 is #1D0F9D. Grayscale: #DCDCDC. Windows color (decimal): -1904542 or 6484194. OLE color: 6484194.

HSL color Cylindrical-coordinate representation of color #E2F062: hue angle of 65.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2F062 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB22624098-
CMYK0.0600.590.06
HSL65.92º82.56%66.27%-
HSV(B)65.92º59.17%94.12%-
XYZ64.7379.3723.46-
YUV219.6359.36132.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 240 (94.14% from 255) = 42.55%
BLUE value IS 98 (38.67% from 255) = 17.38%
R=40.07%
G=42.55%
B=17.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal226240980.0600.590.0665.9282.5666.27
HexE2F062603B6425342
Octal34236014260736102123102
Binary111000101111000011000101100111011110100001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F062; }

 p { color: rgb(226,240,98); }

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

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

 a { background-color: rgb(226,240,98); }

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

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

 span { border-color: rgb(226,240,98); }

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