#ECD5AE

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

Shades of Givry #ECD5AE

Tints of Givry #ECD5AE

Color information

#ECD5AE (or 0xECD5AE) is unknown color: approx Givry. HEX triplet: EC, D5 and AE. RGB value is (236,213,174). Sum of RGB (Red+Green+Blue) = 236+213+174=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5AE is #132A51. Grayscale: #D7D7D7. Windows color (decimal): -1256018 or 11458028. OLE color: 11458028.

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

Color convert

RGB236213174-
CMYK00.100.260.07
HSL37.74º62%80.39%-
HSV(B)37.74º26.27%92.55%-
XYZ66.0368.4849.78-
YUV215.43104.62142.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=37.88%
G=34.19%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621317400.100.260.0737.746280.39
HexECD5AE0A1A7263e50
Octal3543252560123274676120
Binary11101100110101011010111001010110101111001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5AE; }

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

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

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

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

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

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

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

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