Html Css Color HEX #ECD4A1 Hampton

📋 copy color: '#ECD4A1'

red 236 ◦ green 212 ◦ blue 161

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

Shades of Hampton #ECD4A1

Tints of Hampton #ECD4A1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.81%

 BLUE value IS 161 (63.28% from 255) = 26.44%

R = 38.75%
G = 34.81%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECD4A1 (or 0xECD4A1) is known color: Hampton. HEX triplet: EC, D4 and A1. RGB value is (236,212,161). Sum of RGB (Red+Green+Blue) = 236+212+161=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4A1 is #132B5E. Grayscale: #D5D5D5. Windows color (decimal): -1256287 or 10605804. OLE color: 10605804.

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

Color convert

RGB 236 212 161 -
CMYK 0 0.10 0.32 0.07
HSL 40.8º 0.66% 0.78% -
HSV(B) 40.8º 0.32% 0.93% -
XYZ 64.57 67.49 43.34 -
YUV 213.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 236 212 161 0 0.10 0.32 0.07 40.8 0.66 0.78
Hex EC D4 A1 0 A 20 7 29 42 4E
Octal 354 324 241 0 12 40 7 51 102 116
Binary 11101100 11010100 10100001 0 1010 100000 111 101001 1000010 1001110

Color Harmonies of #ECD4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4A1

Black with #ECD4A1

Text Example


Text Example

White with #ECD4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4A1; }

 p { color: rgb(236,212,161); }

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

background-color css

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

 a { background-color: rgb(236,212,161); }

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

border-color css

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

 span { border-color: rgb(236,212,161); }

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