#E8DC5D

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

Shades of Manz #E8DC5D

Tints of Manz #E8DC5D

Color information

#E8DC5D (or 0xE8DC5D) is unknown color: approx Manz. HEX triplet: E8, DC and 5D. RGB value is (232,220,93). Sum of RGB (Red+Green+Blue) = 232+220+93=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC5D is #1723A2. Grayscale: #D1D1D1. Windows color (decimal): -1516451 or 6151400. OLE color: 6151400.

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

Color convert

RGB23222093-
CMYK00.050.600.09
HSL54.82º75.14%63.73%-
HSV(B)54.82º59.91%90.98%-
XYZ60.8569.1320.49-
YUV209.1162.48144.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=42.57%
G=40.37%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322209300.050.600.0954.8275.1463.73
HexE8DC5D053C9374b40
Octal35033413505741167113100
Binary111010001101110010111010101111100100111011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC5D; }

 p { color: rgb(232,220,93); }

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

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

 a { background-color: rgb(232,220,93); }

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

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

 span { border-color: rgb(232,220,93); }

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