#e7d954

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

Shades of Manz #E7D954

Tints of Manz #E7D954

Color information

#E7D954 (or 0xE7D954) is unknown color: approx Manz. HEX triplet: E7, D9 and 54. RGB value is (231,217,84). Sum of RGB (Red+Green+Blue) = 231+217+84=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D954 is #1826AB. Grayscale: #CECECE. Windows color (decimal): -1582764 or 5560807. OLE color: 5560807.

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

Color convert

RGB23121784-
CMYK00.060.640.09
HSL54.29º75.38%61.76%-
HSV(B)54.29º63.64%90.59%-
XYZ59.3767.2518.24-
YUV206.0259.14145.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 84 (33.20% from 255) = 15.79%
R=43.42%
G=40.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312178400.060.640.0954.2975.3861.76
HexE7D95406409364b3e
Octal34733112406100116611376
Binary111001111101100110101000110100000010011101101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7d954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7d954; }

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

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

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

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

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

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

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

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