Html Css Color HEX #ECD5A2 Hampton

📋 copy color: '#ECD5A2'

red 236 ◦ green 213 ◦ blue 162

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

Shades of Hampton #ECD5A2

Tints of Hampton #ECD5A2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.86%

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

R = 38.63%
G = 34.86%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECD5A2 (or 0xECD5A2) is known color: Hampton. HEX triplet: EC, D5 and A2. RGB value is (236,213,162). Sum of RGB (Red+Green+Blue) = 236+213+162=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5A2 is #132A5D. Grayscale: #D6D6D6. Windows color (decimal): -1256030 or 10671596. OLE color: 10671596.

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

Color convert

RGB 236 213 162 -
CMYK 0 0.10 0.31 0.07
HSL 41.35º 0.66% 0.78% -
HSV(B) 41.35º 0.31% 0.93% -
XYZ 64.91 68.03 43.89 -
YUV 214.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 236 213 162 0 0.10 0.31 0.07 41.35 0.66 0.78
Hex EC D5 A2 0 A 1F 7 29 42 4E
Octal 354 325 242 0 12 37 7 51 102 116
Binary 11101100 11010101 10100010 0 1010 11111 111 101001 1000010 1001110

Color Harmonies of #ECD5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5A2

Black with #ECD5A2

Text Example


Text Example

White with #ECD5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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