Html Css Color HEX #E7A970 Manhattan

📋 copy color: '#E7A970'

red 231 ◦ green 169 ◦ blue 112

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

Shades of Manhattan #E7A970

Tints of Manhattan #E7A970

RGB

 RED value IS 231 (90.63% from 255) = 45.12%

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

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

R = 45.12%
G = 33.01%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7A970 (or 0xE7A970) is known color: Manhattan. HEX triplet: E7, A9 and 70. RGB value is (231,169,112). Sum of RGB (Red+Green+Blue) = 231+169+112=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A970 is #18568F. Grayscale: #B5B5B5. Windows color (decimal): -1595024 or 7383527. OLE color: 7383527.

HSL color Cylindrical-coordinate representation of color #E7A970: hue angle of 28.74º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7A970 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 169 112 -
CMYK 0 0.27 0.52 0.09
HSL 28.74º 0.71% 0.67% -
HSV(B) 28.74º 0.52% 0.91% -
XYZ 50.07 46.53 21.67 -
YUV 181.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 231 169 112 0 0.27 0.52 0.09 28.74 0.71 0.67
Hex E7 A9 70 0 1B 34 9 1D 47 43
Octal 347 251 160 0 33 64 11 35 107 103
Binary 11100111 10101001 1110000 0 11011 110100 1001 11101 1000111 1000011

Color Harmonies of #E7A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A970

Black with #E7A970

Text Example


Text Example

White with #E7A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A970; }

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

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

background-color css

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

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

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

border-color css

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

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

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