#EAF952

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

Shades of Honeysuckle #EAF952

Tints of Honeysuckle #EAF952

Color information

#EAF952 (or 0xEAF952) is unknown color: approx Honeysuckle. HEX triplet: EA, F9 and 52. RGB value is (234,249,82). Sum of RGB (Red+Green+Blue) = 234+249+82=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 82 (32.42% from 255 or 14.51% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF952 is #1506AD. Grayscale: #E2E2E2. Windows color (decimal): -1377966 or 5437930. OLE color: 5437930.

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

Color convert

RGB23424982-
CMYK0.0600.670.02
HSL65.39º93.3%64.9%-
HSV(B)65.39º67.07%97.65%-
XYZ69.3385.8520.9-
YUV225.4847.03134.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 82 (32.42% from 255) = 14.51%
R=41.42%
G=44.07%
B=14.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234249820.0600.670.0265.3993.364.9
HexEAF95260432415d41
Octal352371122601032101135101
Binary111010101111100110100101100100001110100000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF952; }

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

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

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

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

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

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

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

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