#ECD0AF

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

Shades of Givry #ECD0AF

Tints of Givry #ECD0AF

Color information

#ECD0AF (or 0xECD0AF) is unknown color: approx Givry. HEX triplet: EC, D0 and AF. RGB value is (236,208,175). Sum of RGB (Red+Green+Blue) = 236+208+175=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0AF is #132F50. Grayscale: #D4D4D4. Windows color (decimal): -1257297 or 11522284. OLE color: 11522284.

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

Color convert

RGB236208175-
CMYK00.120.260.07
HSL32.46º61.62%80.59%-
HSV(B)32.46º25.85%92.55%-
XYZ64.8966.0449.88-
YUV212.61106.78144.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=38.13%
G=33.60%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620817500.120.260.0732.4661.6280.59
HexECD0AF0C1A7203e51
Octal3543202570143274076121
Binary11101100110100001010111101100110101111000001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0AF; }

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

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

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

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

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

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

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

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