#E0CE5B

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

Shades of Manz #E0CE5B

Tints of Manz #E0CE5B

Color information

#E0CE5B (or 0xE0CE5B) is unknown color: approx Manz. HEX triplet: E0, CE and 5B. RGB value is (224,206,91). Sum of RGB (Red+Green+Blue) = 224+206+91=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE5B is #1F31A4. Grayscale: #C6C6C6. Windows color (decimal): -2044325 or 6016736. OLE color: 6016736.

HSL color Cylindrical-coordinate representation of color #E0CE5B: hue angle of 51.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0CE5B is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22420691-
CMYK00.080.590.12
HSL51.88º68.21%61.76%-
HSV(B)51.88º59.38%87.84%-
XYZ54.760.7518.74-
YUV198.2767.46146.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=42.99%
G=39.54%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242069100.080.590.1251.8868.2161.76
HexE0CE5B083BC34443e
Octal34031613301073146410476
Binary111000001100111010110110100011101111001101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CE5B; }

 p { color: rgb(224,206,91); }

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

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

 a { background-color: rgb(224,206,91); }

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

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

 span { border-color: rgb(224,206,91); }

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