#ECD5AD

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

Shades of Givry #ECD5AD

Tints of Givry #ECD5AD

Color information

#ECD5AD (or 0xECD5AD) is unknown color: approx Givry. HEX triplet: EC, D5 and AD. RGB value is (236,213,173). Sum of RGB (Red+Green+Blue) = 236+213+173=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5AD is #132A52. Grayscale: #D7D7D7. Windows color (decimal): -1256019 or 11392492. OLE color: 11392492.

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

Color convert

RGB236213173-
CMYK00.100.270.07
HSL38.1º62.38%80.2%-
HSV(B)38.1º26.69%92.55%-
XYZ65.9368.4449.27-
YUV215.32104.12142.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=37.94%
G=34.24%
B=27.81%

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
Decimal23621317300.100.270.0738.162.3880.2
HexECD5AD0A1B7263e50
Octal3543252550123374676120
Binary11101100110101011010110101010110111111001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5AD; }

 p { color: rgb(236,213,173); }

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

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

 a { background-color: rgb(236,213,173); }

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

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

 span { border-color: rgb(236,213,173); }

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