#ECD1AC

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

Shades of Givry #ECD1AC

Tints of Givry #ECD1AC

Color information

#ECD1AC (or 0xECD1AC) is unknown color: approx Givry. HEX triplet: EC, D1 and AC. RGB value is (236,209,172). Sum of RGB (Red+Green+Blue) = 236+209+172=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AC is #132E53. Grayscale: #D5D5D5. Windows color (decimal): -1257044 or 11325932. OLE color: 11325932.

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

Color convert

RGB236209172-
CMYK00.110.270.07
HSL34.69º62.75%80%-
HSV(B)34.69º27.12%92.55%-
XYZ64.8466.4148.43-
YUV212.86104.95144.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=38.25%
G=33.87%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620917200.110.270.0734.6962.7580
HexECD1AC0B1B7233f50
Octal3543212540133374377120
Binary11101100110100011010110001011110111111000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1AC; }

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

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

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

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

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

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

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

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