Html Css Color HEX #ECD7AD Givry

📋 copy color: '#ECD7AD'

red 236 ◦ green 215 ◦ blue 173

#ECD7AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Givry #ECD7AD

Tints of Givry #ECD7AD

RGB

 RED value IS 236 (92.58% from 255) = 37.82%

 GREEN value IS 215 (84.38% from 255) = 34.46%

 BLUE value IS 173 (67.97% from 255) = 27.72%

R = 37.82%
G = 34.46%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECD7AD (or 0xECD7AD) is known color: Givry. HEX triplet: EC, D7 and AD. RGB value is (236,215,173). Sum of RGB (Red+Green+Blue) = 236+215+173=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7AD is #132852. Grayscale: #D8D8D8. Windows color (decimal): -1255507 or 11393004. OLE color: 11393004.

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

Color convert

RGB 236 215 173 -
CMYK 0 0.09 0.27 0.07
HSL 40º 0.62% 0.8% -
HSV(B) 40º 0.27% 0.93% -
XYZ 66.44 69.45 49.44 -
YUV 216.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 236 215 173 0 0.09 0.27 0.07 40 0.62 0.8
Hex EC D7 AD 0 9 1B 7 28 3E 50
Octal 354 327 255 0 11 33 7 50 76 120
Binary 11101100 11010111 10101101 0 1001 11011 111 101000 111110 1010000

Color Harmonies of #ECD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD7AD

Black with #ECD7AD

Text Example


Text Example

White with #ECD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD7AD; }

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

 H1.HeaderClassName
 {
   color: #ECD7AD;
 }
 .AnyTagClassName
 {
   color: #ECD7AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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