Html Css Color HEX #ECD5AD Givry

📋 copy color: '#ECD5AD'

red 236 ◦ green 213 ◦ blue 173

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

Shades of Givry #ECD5AD

Tints of Givry #ECD5AD

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 value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECD5AD (or 0xECD5AD) is known color: 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

RGB 236 213 173 -
CMYK 0 0.10 0.27 0.07
HSL 38.1º 0.62% 0.8% -
HSV(B) 38.1º 0.27% 0.93% -
XYZ 65.93 68.44 49.27 -
YUV 215.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 236 213 173 0 0.10 0.27 0.07 38.1 0.62 0.8
Hex EC D5 AD 0 A 1B 7 26 3E 50
Octal 354 325 255 0 12 33 7 46 76 120
Binary 11101100 11010101 10101101 0 1010 11011 111 100110 111110 1010000

Color Harmonies of #ECD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5AD

Black with #ECD5AD

Text Example


Text Example

White with #ECD5AD

Text Example


Text Example

HTML Codes & Css Web 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>