Html Css Color HEX #E0AD80 Manhattan

📋 copy color: '#E0AD80'

red 224 ◦ green 173 ◦ blue 128

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

Shades of Manhattan #E0AD80

Tints of Manhattan #E0AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

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

R = 42.67%
G = 32.95%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0AD80 (or 0xE0AD80) is known color: Manhattan. HEX triplet: E0, AD and 80. RGB value is (224,173,128). Sum of RGB (Red+Green+Blue) = 224+173+128=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AD80 is #1F527F. Grayscale: #B7B7B7. Windows color (decimal): -2052736 or 8433120. OLE color: 8433120.

HSL color Cylindrical-coordinate representation of color #E0AD80: hue angle of 28.12º 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 #E0AD80 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 173 128 -
CMYK 0 0.23 0.43 0.12
HSL 28.13º 0.61% 0.69% -
HSV(B) 28.13º 0.43% 0.88% -
XYZ 49.58 47.29 26.94 -
YUV 183.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 224 173 128 0 0.23 0.43 0.12 28.13 0.61 0.69
Hex E0 AD 80 0 17 2B C 1C 3D 45
Octal 340 255 200 0 27 53 14 34 75 105
Binary 11100000 10101101 10000000 0 10111 101011 1100 11100 111101 1000101

Color Harmonies of #E0AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD80

Black with #E0AD80

Text Example


Text Example

White with #E0AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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