#ECD1AF

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

Shades of Givry #ECD1AF

Tints of Givry #ECD1AF

Color information

#ECD1AF (or 0xECD1AF) is unknown color: approx Givry. HEX triplet: EC, D1 and AF. RGB value is (236,209,175). Sum of RGB (Red+Green+Blue) = 236+209+175=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AF is #132E50. Grayscale: #D5D5D5. Windows color (decimal): -1257041 or 11522540. OLE color: 11522540.

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

Color convert

RGB236209175-
CMYK00.110.260.07
HSL33.44º61.62%80.59%-
HSV(B)33.44º25.85%92.55%-
XYZ65.1366.5349.97-
YUV213.2106.45144.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=38.06%
G=33.71%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620917500.110.260.0733.4461.6280.59
HexECD1AF0B1A7213e51
Octal3543212570133274176121
Binary11101100110100011010111101011110101111000011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1AF; }

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

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

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

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

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

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

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

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