#ECD3AB

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

Shades of Givry #ECD3AB

Tints of Givry #ECD3AB

Color information

#ECD3AB (or 0xECD3AB) is unknown color: approx Givry. HEX triplet: EC, D3 and AB. RGB value is (236,211,171). Sum of RGB (Red+Green+Blue) = 236+211+171=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3AB is #132C54. Grayscale: #D6D6D6. Windows color (decimal): -1256533 or 11260908. OLE color: 11260908.

HSL color Cylindrical-coordinate representation of color #ECD3AB: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD3AB is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236211171-
CMYK00.110.280.07
HSL36.92º63.11%79.8%-
HSV(B)36.92º27.54%92.55%-
XYZ65.2467.3648.09-
YUV213.92103.78143.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=38.19%
G=34.14%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621117100.110.280.0736.9263.1179.8
HexECD3AB0B1C7253f50
Octal3543232530133474577120
Binary11101100110100111010101101011111001111001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3AB; }

 p { color: rgb(236,211,171); }

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

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

 a { background-color: rgb(236,211,171); }

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

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

 span { border-color: rgb(236,211,171); }

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