Html Css Color HEX #E0AF80 Manhattan

📋 copy color: '#E0AF80'

red 224 ◦ green 175 ◦ blue 128

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

Shades of Manhattan #E0AF80

Tints of Manhattan #E0AF80

RGB

 RED value IS 224 (87.89% from 255) = 42.5%

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

 BLUE value IS 128 (50.39% from 255) = 24.29%

R = 42.5%
G = 33.21%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0AF80 (or 0xE0AF80) is known color: Manhattan. HEX triplet: E0, AF and 80. RGB value is (224,175,128). Sum of RGB (Red+Green+Blue) = 224+175+128=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF80 is #1F507F. Grayscale: #B8B8B8. Windows color (decimal): -2052224 or 8433632. OLE color: 8433632.

HSL color Cylindrical-coordinate representation of color #E0AF80: hue angle of 29.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0AF80 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 175 128 -
CMYK 0 0.22 0.43 0.12
HSL 29.38º 0.61% 0.69% -
HSV(B) 29.38º 0.43% 0.88% -
XYZ 49.97 48.07 27.07 -
YUV 184.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 224 175 128 0 0.22 0.43 0.12 29.38 0.61 0.69
Hex E0 AF 80 0 16 2B C 1D 3D 45
Octal 340 257 200 0 26 53 14 35 75 105
Binary 11100000 10101111 10000000 0 10110 101011 1100 11101 111101 1000101

Color Harmonies of #E0AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF80

Black with #E0AF80

Text Example


Text Example

White with #E0AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF80; }

 p { color: rgb(224,175,128); }

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

background-color css

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

 a { background-color: rgb(224,175,128); }

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

border-color css

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

 span { border-color: rgb(224,175,128); }

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