#e0cf5d

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

Shades of Manz #E0CF5D

Tints of Manz #E0CF5D

Color information

#E0CF5D (or 0xE0CF5D) is unknown color: approx Manz. HEX triplet: E0, CF and 5D. RGB value is (224,207,93). Sum of RGB (Red+Green+Blue) = 224+207+93=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF5D is #1F30A2. Grayscale: #C7C7C7. Windows color (decimal): -2044067 or 6148064. OLE color: 6148064.

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

Color convert

RGB22420793-
CMYK00.080.580.12
HSL52.21º67.88%62.16%-
HSV(B)52.21º58.48%87.84%-
XYZ55.0361.2619.28-
YUV199.0968.13145.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=42.75%
G=39.50%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242079300.080.580.1252.2167.8862.16
HexE0CF5D083AC34443e
Octal34031713501072146410476
Binary111000001100111110111010100011101011001101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0cf5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0cf5d; }

 p { color: rgb(224,207,93); }

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

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

 a { background-color: rgb(224,207,93); }

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

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

 span { border-color: rgb(224,207,93); }

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