Html Css Color HEX #E1CEA4 Hampton

📋 copy color: '#E1CEA4'

red 225 ◦ green 206 ◦ blue 164

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

Shades of Hampton #E1CEA4

Tints of Hampton #E1CEA4

RGB

 RED value IS 225 (88.28% from 255) = 37.82%

 GREEN value IS 206 (80.86% from 255) = 34.62%

 BLUE value IS 164 (64.45% from 255) = 27.56%

R = 37.82%
G = 34.62%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E1CEA4 (or 0xE1CEA4) is known color: Hampton. HEX triplet: E1, CE and A4. RGB value is (225,206,164). Sum of RGB (Red+Green+Blue) = 225+206+164=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEA4 is #1E315B. Grayscale: #CFCFCF. Windows color (decimal): -1978716 or 10800865. OLE color: 10800865.

HSL color Cylindrical-coordinate representation of color #E1CEA4: hue angle of 41.31º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1CEA4 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 164 -
CMYK 0 0.08 0.27 0.12
HSL 41.31º 0.5% 0.76% -
HSV(B) 41.31º 0.27% 0.88% -
XYZ 59.82 62.83 44.1 -
YUV 206.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 225 206 164 0 0.08 0.27 0.12 41.31 0.5 0.76
Hex E1 CE A4 0 8 1B C 29 32 4C
Octal 341 316 244 0 10 33 14 51 62 114
Binary 11100001 11001110 10100100 0 1000 11011 1100 101001 110010 1001100

Color Harmonies of #E1CEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEA4

Black with #E1CEA4

Text Example


Text Example

White with #E1CEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEA4; }

 p { color: rgb(225,206,164); }

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

background-color css

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

 a { background-color: rgb(225,206,164); }

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

border-color css

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

 span { border-color: rgb(225,206,164); }

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