Html Css Color HEX #E2AF7A Manhattan

📋 copy color: '#E2AF7A'

red 226 ◦ green 175 ◦ blue 122

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

Shades of Manhattan #E2AF7A

Tints of Manhattan #E2AF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.46%

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 43.21%
G = 33.46%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2AF7A (or 0xE2AF7A) is known color: Manhattan. HEX triplet: E2, AF and 7A. RGB value is (226,175,122). Sum of RGB (Red+Green+Blue) = 226+175+122=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF7A is #1D5085. Grayscale: #B8B8B8. Windows color (decimal): -1921158 or 8040418. OLE color: 8040418.

HSL color Cylindrical-coordinate representation of color #E2AF7A: hue angle of 30.58º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2AF7A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 175 122 -
CMYK 0 0.23 0.46 0.11
HSL 30.58º 0.64% 0.68% -
HSV(B) 30.58º 0.46% 0.89% -
XYZ 50.21 48.23 25.08 -
YUV 184.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 226 175 122 0 0.23 0.46 0.11 30.58 0.64 0.68
Hex E2 AF 7A 0 17 2E B 1F 40 44
Octal 342 257 172 0 27 56 13 37 100 104
Binary 11100010 10101111 1111010 0 10111 101110 1011 11111 1000000 1000100

Color Harmonies of #E2AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AF7A

Black with #E2AF7A

Text Example


Text Example

White with #E2AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AF7A; }

 p { color: rgb(226,175,122); }

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

background-color css

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

 a { background-color: rgb(226,175,122); }

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

border-color css

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

 span { border-color: rgb(226,175,122); }

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