#ECD297

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

Shades of Chamois #ECD297

Tints of Chamois #ECD297

Color information

#ECD297 (or 0xECD297) is unknown color: approx Chamois. HEX triplet: EC, D2 and 97. RGB value is (236,210,151). Sum of RGB (Red+Green+Blue) = 236+210+151=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD297 is #132D68. Grayscale: #D3D3D3. Windows color (decimal): -1256809 or 9949932. OLE color: 9949932.

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

Color convert

RGB236210151-
CMYK00.110.360.07
HSL41.65º69.11%75.88%-
HSV(B)41.65º36.02%92.55%-
XYZ63.2266.1638.72-
YUV211.0594.11145.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=39.53%
G=35.18%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621015100.110.360.0741.6569.1175.88
HexECD2970B2472a454c
Octal35432222701344752105114
Binary1110110011010010100101110101110010011110101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD297; }

 p { color: rgb(236,210,151); }

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

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

 a { background-color: rgb(236,210,151); }

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

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

 span { border-color: rgb(236,210,151); }

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