#ECD1AB

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

Shades of Givry #ECD1AB

Tints of Givry #ECD1AB

Color information

#ECD1AB (or 0xECD1AB) is unknown color: approx Givry. HEX triplet: EC, D1 and AB. RGB value is (236,209,171). Sum of RGB (Red+Green+Blue) = 236+209+171=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AB is #132E54. Grayscale: #D4D4D4. Windows color (decimal): -1257045 or 11260396. OLE color: 11260396.

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

Color convert

RGB236209171-
CMYK00.110.280.07
HSL35.08º63.11%79.8%-
HSV(B)35.08º27.54%92.55%-
XYZ64.7466.3747.93-
YUV212.74104.45144.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=38.31%
G=33.93%
B=27.76%

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
Decimal23620917100.110.280.0735.0863.1179.8
HexECD1AB0B1C7233f50
Octal3543212530133474377120
Binary11101100110100011010101101011111001111000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1AB; }

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

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

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

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

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

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

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

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