#E9D94A

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

Shades of Manz #E9D94A

Tints of Manz #E9D94A

Color information

#E9D94A (or 0xE9D94A) is unknown color: approx Manz. HEX triplet: E9, D9 and 4A. RGB value is (233,217,74). Sum of RGB (Red+Green+Blue) = 233+217+74=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D94A is #1626B5. Grayscale: #CECECE. Windows color (decimal): -1451702 or 4905449. OLE color: 4905449.

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

Color convert

RGB23321774-
CMYK00.070.680.09
HSL53.96º78.33%60.2%-
HSV(B)53.96º68.24%91.37%-
XYZ59.6567.4416.35-
YUV205.4853.8147.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 74 (29.30% from 255) = 14.12%
R=44.47%
G=41.41%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332177400.070.680.0953.9678.3360.2
HexE9D94A07449364e3c
Octal35133111207104116611674
Binary111010011101100110010100111100010010011101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D94A; }

 p { color: rgb(233,217,74); }

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

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

 a { background-color: rgb(233,217,74); }

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

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

 span { border-color: rgb(233,217,74); }

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