#EAF95D

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

Shades of Honeysuckle #EAF95D

Tints of Honeysuckle #EAF95D

Color information

#EAF95D (or 0xEAF95D) is unknown color: approx Honeysuckle. HEX triplet: EA, F9 and 5D. RGB value is (234,249,93). Sum of RGB (Red+Green+Blue) = 234+249+93=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF95D is #1506A2. Grayscale: #E3E3E3. Windows color (decimal): -1377955 or 6158826. OLE color: 6158826.

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

Color convert

RGB23424993-
CMYK0.0600.630.02
HSL65.77º92.86%67.06%-
HSV(B)65.77º62.65%97.65%-
XYZ69.7886.0323.28-
YUV226.7352.53133.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 93 (36.72% from 255) = 16.15%
R=40.62%
G=43.23%
B=16.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234249930.0600.630.0265.7792.8667.06
HexEAF95D603F2425d43
Octal35237113560772102135103
Binary11101010111110011011101110011111110100001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF95D; }

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

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

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

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

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

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

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

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