#EAF45F

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

Shades of Honeysuckle #EAF45F

Tints of Honeysuckle #EAF45F

Color information

#EAF45F (or 0xEAF45F) is unknown color: approx Honeysuckle. HEX triplet: EA, F4 and 5F. RGB value is (234,244,95). Sum of RGB (Red+Green+Blue) = 234+244+95=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF45F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF45F is #150BA0. Grayscale: #E0E0E0. Windows color (decimal): -1379233 or 6288618. OLE color: 6288618.

HSL color Cylindrical-coordinate representation of color #EAF45F: hue angle of 64.03º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAF45F is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB23424495-
CMYK0.0400.610.04
HSL64.03º87.13%66.47%-
HSV(B)64.03º61.07%95.69%-
XYZ68.3583.0223.25-
YUV224.0255.19135.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 244 (95.70% from 255) = 42.58%
BLUE value IS 95 (37.5% from 255) = 16.58%
R=40.84%
G=42.58%
B=16.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234244950.0400.610.0464.0387.1366.47
HexEAF45F403D4405742
Octal35236413740754100127102
Binary111010101111010010111111000111101100100000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF45F; }

 p { color: rgb(234,244,95); }

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

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

 a { background-color: rgb(234,244,95); }

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

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

 span { border-color: rgb(234,244,95); }

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