#E3D85B

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

Shades of Manz #E3D85B

Tints of Manz #E3D85B

Color information

#E3D85B (or 0xE3D85B) is unknown color: approx Manz. HEX triplet: E3, D8 and 5B. RGB value is (227,216,91). Sum of RGB (Red+Green+Blue) = 227+216+91=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D85B is #1C27A4. Grayscale: #CDCDCD. Windows color (decimal): -1845157 or 6019299. OLE color: 6019299.

HSL color Cylindrical-coordinate representation of color #E3D85B: hue angle of 55.15º 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 #E3D85B is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22721691-
CMYK00.050.600.11
HSL55.15º70.83%62.35%-
HSV(B)55.15º59.91%89.02%-
XYZ58.1266.219.61-
YUV205.0463.64143.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 91 (35.94% from 255) = 17.04%
R=42.51%
G=40.45%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272169100.050.600.1155.1570.8362.35
HexE3D85B053CB37473e
Octal3433301330574136710776
Binary11100011110110001011011010111110010111101111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D85B; }

 p { color: rgb(227,216,91); }

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

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

 a { background-color: rgb(227,216,91); }

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

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

 span { border-color: rgb(227,216,91); }

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