#ECC894

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

Shades of Chamois #ECC894

Tints of Chamois #ECC894

Color information

#ECC894 (or 0xECC894) is unknown color: approx Chamois. HEX triplet: EC, C8 and 94. RGB value is (236,200,148). Sum of RGB (Red+Green+Blue) = 236+200+148=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC894 is #13376B. Grayscale: #CDCDCD. Windows color (decimal): -1259372 or 9750764. OLE color: 9750764.

HSL color Cylindrical-coordinate representation of color #ECC894: hue angle of 35.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECC894 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236200148-
CMYK00.150.370.07
HSL35.45º69.84%75.29%-
HSV(B)35.45º37.29%92.55%-
XYZ60.5961.2836.65-
YUV204.8495.93150.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=40.41%
G=34.25%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620014800.150.370.0735.4569.8475.29
HexECC8940F25723464b
Octal35431022401745743106113
Binary1110110011001000100101000111110010111110001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC894; }

 p { color: rgb(236,200,148); }

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

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

 a { background-color: rgb(236,200,148); }

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

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

 span { border-color: rgb(236,200,148); }

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