#E3D95A

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

Shades of Manz #E3D95A

Tints of Manz #E3D95A

Color information

#E3D95A (or 0xE3D95A) is unknown color: approx Manz. HEX triplet: E3, D9 and 5A. RGB value is (227,217,90). Sum of RGB (Red+Green+Blue) = 227+217+90=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D95A is #1C26A5. Grayscale: #CECECE. Windows color (decimal): -1844902 or 5954019. OLE color: 5954019.

HSL color Cylindrical-coordinate representation of color #E3D95A: hue angle of 55.62º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3D95A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22721790-
CMYK00.040.600.11
HSL55.62º70.98%62.16%-
HSV(B)55.62º60.35%89.02%-
XYZ58.3466.6919.47-
YUV205.5162.81143.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 90 (35.55% from 255) = 16.85%
R=42.51%
G=40.64%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272179000.040.600.1155.6270.9862.16
HexE3D95A043CB38473e
Octal3433311320474137010776
Binary11100011110110011011010010011110010111110001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D95A; }

 p { color: rgb(227,217,90); }

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

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

 a { background-color: rgb(227,217,90); }

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

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

 span { border-color: rgb(227,217,90); }

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