Html Css Color HEX #E0AE80 Manhattan

📋 copy color: '#E0AE80'

red 224 ◦ green 174 ◦ blue 128

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

Shades of Manhattan #E0AE80

Tints of Manhattan #E0AE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

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

R = 42.59%
G = 33.08%
B = 24.33%

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

#E0AE80 (or 0xE0AE80) is known color: Manhattan. HEX triplet: E0, AE and 80. RGB value is (224,174,128). Sum of RGB (Red+Green+Blue) = 224+174+128=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AE80 is #1F517F. Grayscale: #B7B7B7. Windows color (decimal): -2052480 or 8433376. OLE color: 8433376.

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

Color convert

RGB 224 174 128 -
CMYK 0 0.22 0.43 0.12
HSL 28.75º 0.61% 0.69% -
HSV(B) 28.75º 0.43% 0.88% -
XYZ 49.77 47.68 27 -
YUV 183.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 224 174 128 0 0.22 0.43 0.12 28.75 0.61 0.69
Hex E0 AE 80 0 16 2B C 1D 3D 45
Octal 340 256 200 0 26 53 14 35 75 105
Binary 11100000 10101110 10000000 0 10110 101011 1100 11101 111101 1000101

Color Harmonies of #E0AE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AE80

Black with #E0AE80

Text Example


Text Example

White with #E0AE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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