#ECD0AB

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

Shades of Givry #ECD0AB

Tints of Givry #ECD0AB

Color information

#ECD0AB (or 0xECD0AB) is unknown color: approx Givry. HEX triplet: EC, D0 and AB. RGB value is (236,208,171). Sum of RGB (Red+Green+Blue) = 236+208+171=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0AB is #132F54. Grayscale: #D4D4D4. Windows color (decimal): -1257301 or 11260140. OLE color: 11260140.

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

Color convert

RGB236208171-
CMYK00.120.280.07
HSL34.15º63.11%79.8%-
HSV(B)34.15º27.54%92.55%-
XYZ64.565.8847.85-
YUV212.15104.78145.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=38.37%
G=33.82%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620817100.120.280.0734.1563.1179.8
HexECD0AB0C1C7223f50
Octal3543202530143474277120
Binary11101100110100001010101101100111001111000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0AB; }

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

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

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

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

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

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

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

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