Html Css Color HEX #E2AB70 Manhattan

📋 copy color: '#E2AB70'

red 226 ◦ green 171 ◦ blue 112

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

Shades of Manhattan #E2AB70

Tints of Manhattan #E2AB70

RGB

 RED value IS 226 (88.67% from 255) = 44.4%

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 44.4%
G = 33.6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2AB70 (or 0xE2AB70) is known color: Manhattan. HEX triplet: E2, AB and 70. RGB value is (226,171,112). Sum of RGB (Red+Green+Blue) = 226+171+112=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB70 is #1D548F. Grayscale: #B5B5B5. Windows color (decimal): -1922192 or 7384034. OLE color: 7384034.

HSL color Cylindrical-coordinate representation of color #E2AB70: hue angle of 31.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2AB70 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 171 112 -
CMYK 0 0.24 0.50 0.11
HSL 31.05º 0.66% 0.66% -
HSV(B) 31.05º 0.5% 0.89% -
XYZ 48.85 46.46 21.72 -
YUV 180.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 226 171 112 0 0.24 0.50 0.11 31.05 0.66 0.66
Hex E2 AB 70 0 18 32 B 1F 42 42
Octal 342 253 160 0 30 62 13 37 102 102
Binary 11100010 10101011 1110000 0 11000 110010 1011 11111 1000010 1000010

Color Harmonies of #E2AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AB70

Black with #E2AB70

Text Example


Text Example

White with #E2AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AB70; }

 p { color: rgb(226,171,112); }

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

background-color css

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

 a { background-color: rgb(226,171,112); }

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

border-color css

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

 span { border-color: rgb(226,171,112); }

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