#E9D85C

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

Shades of Manz #E9D85C

Tints of Manz #E9D85C

Color information

#E9D85C (or 0xE9D85C) is unknown color: approx Manz. HEX triplet: E9, D8 and 5C. RGB value is (233,216,92). Sum of RGB (Red+Green+Blue) = 233+216+92=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D85C is #1627A3. Grayscale: #CFCFCF. Windows color (decimal): -1451940 or 6084841. OLE color: 6084841.

HSL color Cylindrical-coordinate representation of color #E9D85C: hue angle of 52.77º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9D85C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23321692-
CMYK00.070.610.09
HSL52.77º76.22%63.73%-
HSV(B)52.77º60.52%91.37%-
XYZ60.0967.2119.93-
YUV206.9563.13146.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 92 (36.33% from 255) = 17.01%
R=43.07%
G=39.93%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332169200.070.610.0952.7776.2263.73
HexE9D85C073D9354c40
Octal35133013407751165114100
Binary111010011101100010111000111111101100111010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D85C; }

 p { color: rgb(233,216,92); }

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

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

 a { background-color: rgb(233,216,92); }

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

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

 span { border-color: rgb(233,216,92); }

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