#EAD949

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

Shades of Manz #EAD949

Tints of Manz #EAD949

Color information

#EAD949 (or 0xEAD949) is unknown color: approx Manz. HEX triplet: EA, D9 and 49. RGB value is (234,217,73). Sum of RGB (Red+Green+Blue) = 234+217+73=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD949 is #1526B6. Grayscale: #CECECE. Windows color (decimal): -1386167 or 4839914. OLE color: 4839914.

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

Color convert

RGB23421773-
CMYK00.070.690.08
HSL53.66º79.31%60.2%-
HSV(B)53.66º68.8%91.76%-
XYZ59.9567.616.19-
YUV205.6753.13148.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 73 (28.91% from 255) = 13.93%
R=44.66%
G=41.41%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342177300.070.690.0853.6679.3160.2
HexEAD94907458364f3c
Octal35233111107105106611774
Binary111010101101100110010010111100010110001101101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD949; }

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

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

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

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

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

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

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

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