#ECDD5F

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

Shades of Manz #ECDD5F

Tints of Manz #ECDD5F

Color information

#ECDD5F (or 0xECDD5F) is unknown color: approx Manz. HEX triplet: EC, DD and 5F. RGB value is (236,221,95). Sum of RGB (Red+Green+Blue) = 236+221+95=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 95 (37.5% from 255 or 17.21% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5F is #1322A0. Grayscale: #D3D3D3. Windows color (decimal): -1254049 or 6282732. OLE color: 6282732.

HSL color Cylindrical-coordinate representation of color #ECDD5F: hue angle of 53.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECDD5F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23622195-
CMYK00.060.600.07
HSL53.62º78.77%64.9%-
HSV(B)53.62º59.75%92.55%-
XYZ62.5170.3721.11-
YUV211.1262.47145.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 95 (37.5% from 255) = 17.21%
R=42.75%
G=40.04%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362219500.060.600.0753.6278.7764.9
HexECDD5F063C7364f41
Octal3543351370674766117101
Binary11101100110111011011111011011110011111011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD5F; }

 p { color: rgb(236,221,95); }

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

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

 a { background-color: rgb(236,221,95); }

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

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

 span { border-color: rgb(236,221,95); }

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