#E7D94C

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

Shades of Manz #E7D94C

Tints of Manz #E7D94C

Color information

#E7D94C (or 0xE7D94C) is unknown color: approx Manz. HEX triplet: E7, D9 and 4C. RGB value is (231,217,76). Sum of RGB (Red+Green+Blue) = 231+217+76=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D94C is #1826B3. Grayscale: #CDCDCD. Windows color (decimal): -1582772 or 5036519. OLE color: 5036519.

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

Color convert

RGB23121776-
CMYK00.060.670.09
HSL54.58º76.35%60.2%-
HSV(B)54.58º67.1%90.59%-
XYZ59.0767.1416.68-
YUV205.1155.14146.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 76 (30.08% from 255) = 14.50%
R=44.08%
G=41.41%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312177600.060.670.0954.5876.3560.2
HexE7D94C06439374c3c
Octal34733111406103116711474
Binary111001111101100110011000110100001110011101111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D94C; }

 p { color: rgb(231,217,76); }

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

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

 a { background-color: rgb(231,217,76); }

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

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

 span { border-color: rgb(231,217,76); }

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