#ECD094

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

Shades of Chamois #ECD094

Tints of Chamois #ECD094

Color information

#ECD094 (or 0xECD094) is unknown color: approx Chamois. HEX triplet: EC, D0 and 94. RGB value is (236,208,148). Sum of RGB (Red+Green+Blue) = 236+208+148=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD094 is #132F6B. Grayscale: #D1D1D1. Windows color (decimal): -1257324 or 9752812. OLE color: 9752812.

HSL color Cylindrical-coordinate representation of color #ECD094: hue angle of 40.91º 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 #ECD094 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236208148-
CMYK00.120.370.07
HSL40.91º69.84%75.29%-
HSV(B)40.91º37.29%92.55%-
XYZ62.4965.0837.29-
YUV209.5393.28146.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 148 (58.20% from 255) = 25%
R=39.86%
G=35.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620814800.120.370.0740.9169.8475.29
HexECD0940C25729464b
Octal35432022401445751106113
Binary1110110011010000100101000110010010111110100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD094; }

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

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

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

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

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

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

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

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