#E8D949

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

Shades of Manz #E8D949

Tints of Manz #E8D949

Color information

#E8D949 (or 0xE8D949) is unknown color: approx Manz. HEX triplet: E8, D9 and 49. RGB value is (232,217,73). Sum of RGB (Red+Green+Blue) = 232+217+73=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D949 is #1726B6. Grayscale: #CDCDCD. Windows color (decimal): -1517239 or 4839912. OLE color: 4839912.

HSL color Cylindrical-coordinate representation of color #E8D949: hue angle of 54.34º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8D949 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB23221773-
CMYK00.060.690.09
HSL54.34º77.56%59.8%-
HSV(B)54.34º68.53%90.98%-
XYZ59.2967.2616.16-
YUV205.0753.47147.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.44%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 73 (28.91% from 255) = 13.98%
R=44.44%
G=41.57%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322177300.060.690.0954.3477.5659.8
HexE8D94906459364e3c
Octal35033111106105116611674
Binary111010001101100110010010110100010110011101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D949; }

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

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

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

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

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

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

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

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