Html Css Color HEX #E1A96F Manhattan

📋 copy color: '#E1A96F'

red 225 ◦ green 169 ◦ blue 111

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

Shades of Manhattan #E1A96F

Tints of Manhattan #E1A96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 44.55%
G = 33.47%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1A96F (or 0xE1A96F) is known color: Manhattan. HEX triplet: E1, A9 and 6F. RGB value is (225,169,111). Sum of RGB (Red+Green+Blue) = 225+169+111=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A96F is #1E5690. Grayscale: #B3B3B3. Windows color (decimal): -1988241 or 7317985. OLE color: 7317985.

HSL color Cylindrical-coordinate representation of color #E1A96F: hue angle of 30.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1A96F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 169 111 -
CMYK 0 0.25 0.51 0.12
HSL 30.53º 0.66% 0.66% -
HSV(B) 30.53º 0.51% 0.88% -
XYZ 48.11 45.53 21.29 -
YUV 179.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 225 169 111 0 0.25 0.51 0.12 30.53 0.66 0.66
Hex E1 A9 6F 0 19 33 C 1F 42 42
Octal 341 251 157 0 31 63 14 37 102 102
Binary 11100001 10101001 1101111 0 11001 110011 1100 11111 1000010 1000010

Color Harmonies of #E1A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A96F

Black with #E1A96F

Text Example


Text Example

White with #E1A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A96F; }

 p { color: rgb(225,169,111); }

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

background-color css

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

 a { background-color: rgb(225,169,111); }

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

border-color css

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

 span { border-color: rgb(225,169,111); }

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