#E8D65D

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

Shades of Manz #E8D65D

Tints of Manz #E8D65D

Color information

#E8D65D (or 0xE8D65D) is unknown color: approx Manz. HEX triplet: E8, D6 and 5D. RGB value is (232,214,93). Sum of RGB (Red+Green+Blue) = 232+214+93=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D65D is #1729A2. Grayscale: #CECECE. Windows color (decimal): -1517987 or 6149864. OLE color: 6149864.

HSL color Cylindrical-coordinate representation of color #E8D65D: hue angle of 52.23º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8D65D is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23221493-
CMYK00.080.600.09
HSL52.23º75.14%63.73%-
HSV(B)52.23º59.91%90.98%-
XYZ59.366.0419.98-
YUV205.5964.46146.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 93 (36.72% from 255) = 17.25%
R=43.04%
G=39.70%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322149300.080.600.0952.2375.1463.73
HexE8D65D083C9344b40
Octal350326135010741164113100
Binary1110100011010110101110101000111100100111010010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D65D; }

 p { color: rgb(232,214,93); }

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

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

 a { background-color: rgb(232,214,93); }

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

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

 span { border-color: rgb(232,214,93); }

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