#E6D758

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

Shades of Manz #E6D758

Tints of Manz #E6D758

Color information

#E6D758 (or 0xE6D758) is unknown color: approx Manz. HEX triplet: E6, D7 and 58. RGB value is (230,215,88). Sum of RGB (Red+Green+Blue) = 230+215+88=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D758 is #1928A7. Grayscale: #CDCDCD. Windows color (decimal): -1648808 or 5822438. OLE color: 5822438.

HSL color Cylindrical-coordinate representation of color #E6D758: hue angle of 53.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6D758 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB23021588-
CMYK00.070.620.10
HSL53.66º73.96%62.35%-
HSV(B)53.66º61.74%90.2%-
XYZ58.766.1318.9-
YUV205.0161.97145.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 88 (34.77% from 255) = 16.51%
R=43.15%
G=40.34%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302158800.070.620.1053.6673.9662.35
HexE6D758073EA364a3e
Octal3463271300776126611276
Binary11100110110101111011000011111111010101101101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D758; }

 p { color: rgb(230,215,88); }

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

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

 a { background-color: rgb(230,215,88); }

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

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

 span { border-color: rgb(230,215,88); }

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