#EAE753

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

Shades of Manz #EAE753

Tints of Manz #EAE753

Color information

#EAE753 (or 0xEAE753) is unknown color: approx Manz. HEX triplet: EA, E7 and 53. RGB value is (234,231,83). Sum of RGB (Red+Green+Blue) = 234+231+83=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE753 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE753 is #1518AC. Grayscale: #D7D7D7. Windows color (decimal): -1382573 or 5498858. OLE color: 5498858.

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

Color convert

RGB23423183-
CMYK00.010.650.08
HSL58.81º78.24%62.16%-
HSV(B)58.81º64.53%91.76%-
XYZ64.0775.2719.34-
YUV215.0253.49141.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 231 (90.62% from 255) = 42.15%
BLUE value IS 83 (32.81% from 255) = 15.15%
R=42.70%
G=42.15%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342318300.010.650.0858.8178.2462.16
HexEAE753014183b4e3e
Octal35234712301101107311676
Binary1110101011100111101001101100000110001110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE753; }

 p { color: rgb(234,231,83); }

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

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

 a { background-color: rgb(234,231,83); }

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

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

 span { border-color: rgb(234,231,83); }

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