#EAE059

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

Shades of Manz #EAE059

Tints of Manz #EAE059

Color information

#EAE059 (or 0xEAE059) is unknown color: approx Manz. HEX triplet: EA, E0 and 59. RGB value is (234,224,89). Sum of RGB (Red+Green+Blue) = 234+224+89=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 89 (35.16% from 255 or 16.27% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE059 is #151FA6. Grayscale: #D4D4D4. Windows color (decimal): -1384359 or 5890282. OLE color: 5890282.

HSL color Cylindrical-coordinate representation of color #EAE059: hue angle of 55.86º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAE059 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23422489-
CMYK00.040.620.08
HSL55.86º77.54%63.33%-
HSV(B)55.86º61.97%91.76%-
XYZ62.3971.5319.97-
YUV211.658.81143.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 89 (35.16% from 255) = 16.27%
R=42.78%
G=40.95%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342248900.040.620.0855.8677.5463.33
HexEAE059043E8384e3f
Octal3523401310476107011677
Binary11101010111000001011001010011111010001110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE059; }

 p { color: rgb(234,224,89); }

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

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

 a { background-color: rgb(234,224,89); }

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

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

 span { border-color: rgb(234,224,89); }

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