#e2d05b

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

Shades of Manz #E2D05B

Tints of Manz #E2D05B

Color information

#E2D05B (or 0xE2D05B) is unknown color: approx Manz. HEX triplet: E2, D0 and 5B. RGB value is (226,208,91). Sum of RGB (Red+Green+Blue) = 226+208+91=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D05B is #1D2FA4. Grayscale: #C8C8C8. Windows color (decimal): -1912741 or 6017250. OLE color: 6017250.

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

Color convert

RGB22620891-
CMYK00.080.600.11
HSL52º69.95%62.16%-
HSV(B)52º59.73%88.63%-
XYZ55.8162.0418.93-
YUV200.0466.46146.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 91 (35.94% from 255) = 17.33%
R=43.05%
G=39.62%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262089100.080.600.115269.9562.16
HexE2D05B083CB34463e
Octal34232013301074136410676
Binary111000101101000010110110100011110010111101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2d05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2d05b; }

 p { color: rgb(226,208,91); }

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

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

 a { background-color: rgb(226,208,91); }

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

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

 span { border-color: rgb(226,208,91); }

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