#ECD4AC

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

Shades of Givry #ECD4AC

Tints of Givry #ECD4AC

Color information

#ECD4AC (or 0xECD4AC) is unknown color: approx Givry. HEX triplet: EC, D4 and AC. RGB value is (236,212,172). Sum of RGB (Red+Green+Blue) = 236+212+172=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4AC is #132B53. Grayscale: #D6D6D6. Windows color (decimal): -1256276 or 11326700. OLE color: 11326700.

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

Color convert

RGB236212172-
CMYK00.100.270.07
HSL37.5º62.75%80%-
HSV(B)37.5º27.12%92.55%-
XYZ65.5867.948.68-
YUV214.62103.95143.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=38.06%
G=34.19%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621217200.100.270.0737.562.7580
HexECD4AC0A1B7263f50
Octal3543242540123374677120
Binary11101100110101001010110001010110111111001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4AC; }

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

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

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

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

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

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

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

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