#E0D75D

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

Shades of Manz #E0D75D

Tints of Manz #E0D75D

Color information

#E0D75D (or 0xE0D75D) is unknown color: approx Manz. HEX triplet: E0, D7 and 5D. RGB value is (224,215,93). Sum of RGB (Red+Green+Blue) = 224+215+93=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D75D is #1F28A2. Grayscale: #CCCCCC. Windows color (decimal): -2042019 or 6150112. OLE color: 6150112.

HSL color Cylindrical-coordinate representation of color #E0D75D: hue angle of 55.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0D75D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22421593-
CMYK00.040.580.12
HSL55.88º67.88%62.16%-
HSV(B)55.88º58.48%87.84%-
XYZ57.0265.2419.94-
YUV203.7865.48142.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.11%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=42.11%
G=40.41%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242159300.040.580.1255.8867.8862.16
HexE0D75D043AC38443e
Octal3403271350472147010476
Binary11100000110101111011101010011101011001110001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D75D; }

 p { color: rgb(224,215,93); }

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

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

 a { background-color: rgb(224,215,93); }

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

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

 span { border-color: rgb(224,215,93); }

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