Html Css Color HEX #E1A970 Manhattan

📋 copy color: '#E1A970'

red 225 ◦ green 169 ◦ blue 112

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

Shades of Manhattan #E1A970

Tints of Manhattan #E1A970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 44.47%
G = 33.4%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E1A970 (or 0xE1A970) is known color: Manhattan. HEX triplet: E1, A9 and 70. RGB value is (225,169,112). Sum of RGB (Red+Green+Blue) = 225+169+112=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A970 is #1E568F. Grayscale: #B3B3B3. Windows color (decimal): -1988240 or 7383521. OLE color: 7383521.

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

Color convert

RGB 225 169 112 -
CMYK 0 0.25 0.50 0.12
HSL 30.27º 0.65% 0.66% -
HSV(B) 30.27º 0.5% 0.88% -
XYZ 48.16 45.55 21.58 -
YUV 179.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 225 169 112 0 0.25 0.50 0.12 30.27 0.65 0.66
Hex E1 A9 70 0 19 32 C 1E 41 42
Octal 341 251 160 0 31 62 14 36 101 102
Binary 11100001 10101001 1110000 0 11001 110010 1100 11110 1000001 1000010

Color Harmonies of #E1A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A970

Black with #E1A970

Text Example


Text Example

White with #E1A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A970; }

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

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

background-color css

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

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

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

border-color css

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

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

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