Html Css Color HEX #E1CEA5 Hampton

📋 copy color: '#E1CEA5'

red 225 ◦ green 206 ◦ blue 165

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

Shades of Hampton #E1CEA5

Tints of Hampton #E1CEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.68%

R = 37.75%
G = 34.56%
B = 27.68%

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

#E1CEA5 (or 0xE1CEA5) is known color: Hampton. HEX triplet: E1, CE and A5. RGB value is (225,206,165). Sum of RGB (Red+Green+Blue) = 225+206+165=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEA5 is #1E315A. Grayscale: #CFCFCF. Windows color (decimal): -1978715 or 10866401. OLE color: 10866401.

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

Color convert

RGB 225 206 165 -
CMYK 0 0.08 0.27 0.12
HSL 41º 0.5% 0.76% -
HSV(B) 41º 0.27% 0.88% -
XYZ 59.91 62.87 44.57 -
YUV 207.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 225 206 165 0 0.08 0.27 0.12 41 0.5 0.76
Hex E1 CE A5 0 8 1B C 29 32 4C
Octal 341 316 245 0 10 33 14 51 62 114
Binary 11100001 11001110 10100101 0 1000 11011 1100 101001 110010 1001100

Color Harmonies of #E1CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEA5

Black with #E1CEA5

Text Example


Text Example

White with #E1CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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