#E6D95A

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

Shades of Manz #E6D95A

Tints of Manz #E6D95A

Color information

#E6D95A (or 0xE6D95A) is unknown color: approx Manz. HEX triplet: E6, D9 and 5A. RGB value is (230,217,90). Sum of RGB (Red+Green+Blue) = 230+217+90=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D95A is #1926A5. Grayscale: #CECECE. Windows color (decimal): -1648294 or 5954022. OLE color: 5954022.

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

Color convert

RGB23021790-
CMYK00.060.610.10
HSL54.43º73.68%62.75%-
HSV(B)54.43º60.87%90.2%-
XYZ59.2967.1919.52-
YUV206.4162.31144.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 90 (35.55% from 255) = 16.76%
R=42.83%
G=40.41%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302179000.060.610.1054.4373.6862.75
HexE6D95A063DA364a3f
Octal3463311320675126611277
Binary11100110110110011011010011011110110101101101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D95A; }

 p { color: rgb(230,217,90); }

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

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

 a { background-color: rgb(230,217,90); }

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

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

 span { border-color: rgb(230,217,90); }

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