#e2d750

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

Shades of Manz #E2D750

Tints of Manz #E2D750

Color information

#E2D750 (or 0xE2D750) is unknown color: approx Manz. HEX triplet: E2, D7 and 50. RGB value is (226,215,80). Sum of RGB (Red+Green+Blue) = 226+215+80=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D750 is #1D28AF. Grayscale: #CBCBCB. Windows color (decimal): -1910960 or 5298146. OLE color: 5298146.

HSL color Cylindrical-coordinate representation of color #E2D750: hue angle of 55.48º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2D750 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22621580-
CMYK00.050.650.11
HSL55.48º71.57%60%-
HSV(B)55.48º64.6%88.63%-
XYZ57.1165.3517.19-
YUV202.958.64144.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 15.36%
R=43.38%
G=41.27%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262158000.050.650.1155.4871.5760
HexE2D7500541B37483c
Octal34232712005101136711074
Binary111000101101011110100000101100000110111101111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2d750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2d750; }

 p { color: rgb(226,215,80); }

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

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

 a { background-color: rgb(226,215,80); }

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

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

 span { border-color: rgb(226,215,80); }

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