#ECCD98

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

Shades of Chamois #ECCD98

Tints of Chamois #ECCD98

Color information

#ECCD98 (or 0xECCD98) is unknown color: approx Chamois. HEX triplet: EC, CD and 98. RGB value is (236,205,152). Sum of RGB (Red+Green+Blue) = 236+205+152=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD98 is #133267. Grayscale: #D0D0D0. Windows color (decimal): -1258088 or 10014188. OLE color: 10014188.

HSL color Cylindrical-coordinate representation of color #ECCD98: hue angle of 37.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECCD98 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236205152-
CMYK00.130.360.07
HSL37.86º68.85%76.08%-
HSV(B)37.86º35.59%92.55%-
XYZ62.0963.7638.74-
YUV208.2396.27147.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=39.80%
G=34.57%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620515200.130.360.0737.8668.8576.08
HexECCD980D24726454c
Octal35431523001544746105114
Binary1110110011001101100110000110110010011110011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCD98; }

 p { color: rgb(236,205,152); }

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

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

 a { background-color: rgb(236,205,152); }

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

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

 span { border-color: rgb(236,205,152); }

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