#E7D750

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

Shades of Manz #E7D750

Tints of Manz #E7D750

Color information

#E7D750 (or 0xE7D750) is unknown color: approx Manz. HEX triplet: E7, D7 and 50. RGB value is (231,215,80). Sum of RGB (Red+Green+Blue) = 231+215+80=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D750 is #1828AF. Grayscale: #CCCCCC. Windows color (decimal): -1583280 or 5298151. OLE color: 5298151.

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

Color convert

RGB23121580-
CMYK00.070.650.09
HSL53.64º75.88%60.98%-
HSV(B)53.64º65.37%90.59%-
XYZ58.766.1717.27-
YUV204.3957.8146.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 80 (31.64% from 255) = 15.21%
R=43.92%
G=40.87%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312158000.070.650.0953.6475.8860.98
HexE7D75007419364c3d
Octal34732712007101116611475
Binary111001111101011110100000111100000110011101101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D750; }

 p { color: rgb(231,215,80); }

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

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

 a { background-color: rgb(231,215,80); }

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

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

 span { border-color: rgb(231,215,80); }

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