#EAE049

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

Shades of Manz #EAE049

Tints of Manz #EAE049

Color information

#EAE049 (or 0xEAE049) is unknown color: approx Manz. HEX triplet: EA, E0 and 49. RGB value is (234,224,73). Sum of RGB (Red+Green+Blue) = 234+224+73=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE049 is #151FB6. Grayscale: #D2D2D2. Windows color (decimal): -1384375 or 4841706. OLE color: 4841706.

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

Color convert

RGB23422473-
CMYK00.040.690.08
HSL56.27º79.31%60.2%-
HSV(B)56.27º68.8%91.76%-
XYZ61.7971.2816.81-
YUV209.7850.81145.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 73 (28.91% from 255) = 13.75%
R=44.07%
G=42.18%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342247300.040.690.0856.2779.3160.2
HexEAE04904458384f3c
Octal35234011104105107011774
Binary111010101110000010010010100100010110001110001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE049; }

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

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

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

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

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

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

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

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