#EAFE52

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

Shades of Honeysuckle #EAFE52

Tints of Honeysuckle #EAFE52

Color information

#EAFE52 (or 0xEAFE52) is unknown color: approx Honeysuckle. HEX triplet: EA, FE and 52. RGB value is (234,254,82). Sum of RGB (Red+Green+Blue) = 234+254+82=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 82 (32.42% from 255 or 14.39% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFE52 is #1501AD. Grayscale: #E5E5E5. Windows color (decimal): -1376686 or 5439210. OLE color: 5439210.

HSL color Cylindrical-coordinate representation of color #EAFE52: hue angle of 66.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAFE52 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB23425482-
CMYK0.0800.680.00
HSL66.98º98.85%65.88%-
HSV(B)66.98º67.72%99.61%-
XYZ70.988.9921.42-
YUV228.4145.37131.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 82 (32.42% from 255) = 14.39%
R=41.05%
G=44.56%
B=14.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234254820.0800.680.0066.9898.8565.88
HexEAFE5280440436342
Octal3523761221001040103143102
Binary111010101111111010100101000010001000100001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE52; }

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

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

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

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

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

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

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

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