#E0D35B

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

Shades of Manz #E0D35B

Tints of Manz #E0D35B

Color information

#E0D35B (or 0xE0D35B) is unknown color: approx Manz. HEX triplet: E0, D3 and 5B. RGB value is (224,211,91). Sum of RGB (Red+Green+Blue) = 224+211+91=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D35B is #1F2CA4. Grayscale: #C9C9C9. Windows color (decimal): -2043045 or 6018016. OLE color: 6018016.

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

Color convert

RGB22421191-
CMYK00.060.590.12
HSL54.14º68.21%61.76%-
HSV(B)54.14º59.38%87.84%-
XYZ55.9263.1919.15-
YUV201.2165.81144.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 91 (35.94% from 255) = 17.30%
R=42.59%
G=40.11%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242119100.060.590.1254.1468.2161.76
HexE0D35B063BC36443e
Octal3403231330673146610476
Binary11100000110100111011011011011101111001101101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D35B; }

 p { color: rgb(224,211,91); }

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

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

 a { background-color: rgb(224,211,91); }

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

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

 span { border-color: rgb(224,211,91); }

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