#ECD3AE

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

Shades of Givry #ECD3AE

Tints of Givry #ECD3AE

Color information

#ECD3AE (or 0xECD3AE) is unknown color: approx Givry. HEX triplet: EC, D3 and AE. RGB value is (236,211,174). Sum of RGB (Red+Green+Blue) = 236+211+174=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3AE is #132C51. Grayscale: #D6D6D6. Windows color (decimal): -1256530 or 11457516. OLE color: 11457516.

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

Color convert

RGB236211174-
CMYK00.110.260.07
HSL35.81º62%80.39%-
HSV(B)35.81º26.27%92.55%-
XYZ65.5367.4849.62-
YUV214.26105.28143.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=38.00%
G=33.98%
B=28.02%

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
Decimal23621117400.110.260.0735.816280.39
HexECD3AE0B1A7243e50
Octal3543232560133274476120
Binary11101100110100111010111001011110101111001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3AE; }

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

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

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

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

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

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

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

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