Html Css Color HEX #ECD0AD Givry

📋 copy color: '#ECD0AD'

red 236 ◦ green 208 ◦ blue 173

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

Shades of Givry #ECD0AD

Tints of Givry #ECD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.71%

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

R = 38.25%
G = 33.71%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECD0AD (or 0xECD0AD) is known color: Givry. HEX triplet: EC, D0 and AD. RGB value is (236,208,173). Sum of RGB (Red+Green+Blue) = 236+208+173=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0AD is #132F52. Grayscale: #D4D4D4. Windows color (decimal): -1257299 or 11391212. OLE color: 11391212.

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

Color convert

RGB 236 208 173 -
CMYK 0 0.12 0.27 0.07
HSL 33.33º 0.62% 0.8% -
HSV(B) 33.33º 0.27% 0.93% -
XYZ 64.69 65.96 48.86 -
YUV 212.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 236 208 173 0 0.12 0.27 0.07 33.33 0.62 0.8
Hex EC D0 AD 0 C 1B 7 21 3E 50
Octal 354 320 255 0 14 33 7 41 76 120
Binary 11101100 11010000 10101101 0 1100 11011 111 100001 111110 1010000

Color Harmonies of #ECD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0AD

Black with #ECD0AD

Text Example


Text Example

White with #ECD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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