#e8d962

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

Shades of Manz #E8D962

Tints of Manz #E8D962

Color information

#E8D962 (or 0xE8D962) is unknown color: approx Manz. HEX triplet: E8, D9 and 62. RGB value is (232,217,98). Sum of RGB (Red+Green+Blue) = 232+217+98=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D962 is #17269D. Grayscale: #D0D0D0. Windows color (decimal): -1517214 or 6478312. OLE color: 6478312.

HSL color Cylindrical-coordinate representation of color #E8D962: hue angle of 53.28º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8D962 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23221798-
CMYK00.060.580.09
HSL53.28º74.44%64.71%-
HSV(B)53.28º57.76%90.98%-
XYZ60.367.6621.44-
YUV207.9265.97145.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 98 (38.67% from 255) = 17.92%
R=42.41%
G=39.67%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322179800.060.580.0953.2874.4464.71
HexE8D962063A9354a41
Octal35033114206721165112101
Binary111010001101100111000100110111010100111010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8d962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8d962; }

 p { color: rgb(232,217,98); }

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

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

 a { background-color: rgb(232,217,98); }

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

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

 span { border-color: rgb(232,217,98); }

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