#EADD53

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

Shades of Manz #EADD53

Tints of Manz #EADD53

Color information

#EADD53 (or 0xEADD53) is unknown color: approx Manz. HEX triplet: EA, DD and 53. RGB value is (234,221,83). Sum of RGB (Red+Green+Blue) = 234+221+83=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD53 is #1522AC. Grayscale: #D1D1D1. Windows color (decimal): -1385133 or 5496298. OLE color: 5496298.

HSL color Cylindrical-coordinate representation of color #EADD53: hue angle of 54.83º 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 #EADD53 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23422183-
CMYK00.060.650.08
HSL54.83º78.24%62.16%-
HSV(B)54.83º64.53%91.76%-
XYZ61.3569.8318.43-
YUV209.1556.81145.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 83 (32.81% from 255) = 15.43%
R=43.49%
G=41.08%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342218300.060.650.0854.8378.2462.16
HexEADD5306418374e3e
Octal35233512306101106711676
Binary111010101101110110100110110100000110001101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD53; }

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

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

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

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

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

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

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

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