Html Css Color HEX #E1CFA4 Hampton

📋 copy color: '#E1CFA4'

red 225 ◦ green 207 ◦ blue 164

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

Shades of Hampton #E1CFA4

Tints of Hampton #E1CFA4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.73%

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

R = 37.75%
G = 34.73%
B = 27.52%

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

#E1CFA4 (or 0xE1CFA4) is known color: Hampton. HEX triplet: E1, CF and A4. RGB value is (225,207,164). Sum of RGB (Red+Green+Blue) = 225+207+164=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CFA4 is #1E305B. Grayscale: #CFCFCF. Windows color (decimal): -1978460 or 10801121. OLE color: 10801121.

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

Color convert

RGB 225 207 164 -
CMYK 0 0.08 0.27 0.12
HSL 42.3º 0.5% 0.76% -
HSV(B) 42.3º 0.27% 0.88% -
XYZ 60.07 63.31 44.18 -
YUV 207.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 225 207 164 0 0.08 0.27 0.12 42.3 0.5 0.76
Hex E1 CF A4 0 8 1B C 2A 32 4C
Octal 341 317 244 0 10 33 14 52 62 114
Binary 11100001 11001111 10100100 0 1000 11011 1100 101010 110010 1001100

Color Harmonies of #E1CFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFA4

Black with #E1CFA4

Text Example


Text Example

White with #E1CFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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