#ECD7AF

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

Shades of Givry #ECD7AF

Tints of Givry #ECD7AF

Color information

#ECD7AF (or 0xECD7AF) is unknown color: approx Givry. HEX triplet: EC, D7 and AF. RGB value is (236,215,175). Sum of RGB (Red+Green+Blue) = 236+215+175=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7AF is #132850. Grayscale: #D8D8D8. Windows color (decimal): -1255505 or 11524076. OLE color: 11524076.

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

Color convert

RGB236215175-
CMYK00.090.260.07
HSL39.34º61.62%80.59%-
HSV(B)39.34º25.85%92.55%-
XYZ66.6369.5350.47-
YUV216.72104.46141.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=37.70%
G=34.35%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621517500.090.260.0739.3461.6280.59
HexECD7AF091A7273e51
Octal3543272570113274776121
Binary11101100110101111010111101001110101111001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7AF; }

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

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

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

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

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

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

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

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