#ECD4AB

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

Shades of Givry #ECD4AB

Tints of Givry #ECD4AB

Color information

#ECD4AB (or 0xECD4AB) is unknown color: approx Givry. HEX triplet: EC, D4 and AB. RGB value is (236,212,171). Sum of RGB (Red+Green+Blue) = 236+212+171=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4AB is #132B54. Grayscale: #D6D6D6. Windows color (decimal): -1256277 or 11261164. OLE color: 11261164.

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

Color convert

RGB236212171-
CMYK00.100.280.07
HSL37.85º63.11%79.8%-
HSV(B)37.85º27.54%92.55%-
XYZ65.4967.8648.17-
YUV214.5103.45143.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=38.13%
G=34.25%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621217100.100.280.0737.8563.1179.8
HexECD4AB0A1C7263f50
Octal3543242530123474677120
Binary11101100110101001010101101010111001111001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4AB; }

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

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

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

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

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

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

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

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