Html Css Color HEX #E0B080 Manhattan

📋 copy color: '#E0B080'

red 224 ◦ green 176 ◦ blue 128

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

Shades of Manhattan #E0B080

Tints of Manhattan #E0B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

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

R = 42.42%
G = 33.33%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0B080 (or 0xE0B080) is known color: Manhattan. HEX triplet: E0, B0 and 80. RGB value is (224,176,128). Sum of RGB (Red+Green+Blue) = 224+176+128=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B080 is #1F4F7F. Grayscale: #B9B9B9. Windows color (decimal): -2051968 or 8433888. OLE color: 8433888.

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

Color convert

RGB 224 176 128 -
CMYK 0 0.21 0.43 0.12
HSL 30º 0.61% 0.69% -
HSV(B) 30º 0.43% 0.88% -
XYZ 50.16 48.46 27.13 -
YUV 184.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 224 176 128 0 0.21 0.43 0.12 30 0.61 0.69
Hex E0 B0 80 0 15 2B C 1E 3D 45
Octal 340 260 200 0 25 53 14 36 75 105
Binary 11100000 10110000 10000000 0 10101 101011 1100 11110 111101 1000101

Color Harmonies of #E0B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B080

Black with #E0B080

Text Example


Text Example

White with #E0B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B080; }

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

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

background-color css

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

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

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

border-color css

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

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

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