Html Css Color HEX #ECD9A2 Hampton

📋 copy color: '#ECD9A2'

red 236 ◦ green 217 ◦ blue 162

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

Shades of Hampton #ECD9A2

Tints of Hampton #ECD9A2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

 BLUE value IS 162 (63.67% from 255) = 26.34%

R = 38.37%
G = 35.28%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECD9A2 (or 0xECD9A2) is known color: Hampton. HEX triplet: EC, D9 and A2. RGB value is (236,217,162). Sum of RGB (Red+Green+Blue) = 236+217+162=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD9A2 is #13265D. Grayscale: #D8D8D8. Windows color (decimal): -1255006 or 10672620. OLE color: 10672620.

HSL color Cylindrical-coordinate representation of color #ECD9A2: hue angle of 44.59º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECD9A2 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 162 -
CMYK 0 0.08 0.31 0.07
HSL 44.59º 0.66% 0.78% -
HSV(B) 44.59º 0.31% 0.93% -
XYZ 65.93 70.07 44.23 -
YUV 216.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 236 217 162 0 0.08 0.31 0.07 44.59 0.66 0.78
Hex EC D9 A2 0 8 1F 7 2D 42 4E
Octal 354 331 242 0 10 37 7 55 102 116
Binary 11101100 11011001 10100010 0 1000 11111 111 101101 1000010 1001110

Color Harmonies of #ECD9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9A2

Black with #ECD9A2

Text Example


Text Example

White with #ECD9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9A2; }

 p { color: rgb(236,217,162); }

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

background-color css

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

 a { background-color: rgb(236,217,162); }

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

border-color css

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

 span { border-color: rgb(236,217,162); }

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