Html Css Color HEX #E0B280 Manhattan

📋 copy color: '#E0B280'

red 224 ◦ green 178 ◦ blue 128

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

Shades of Manhattan #E0B280

Tints of Manhattan #E0B280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

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

R = 42.26%
G = 33.58%
B = 24.15%

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

#E0B280 (or 0xE0B280) is known color: Manhattan. HEX triplet: E0, B2 and 80. RGB value is (224,178,128). Sum of RGB (Red+Green+Blue) = 224+178+128=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B280 is #1F4D7F. Grayscale: #BABABA. Windows color (decimal): -2051456 or 8434400. OLE color: 8434400.

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

Color convert

RGB 224 178 128 -
CMYK 0 0.21 0.43 0.12
HSL 31.25º 0.61% 0.69% -
HSV(B) 31.25º 0.43% 0.88% -
XYZ 50.56 49.25 27.26 -
YUV 186.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 224 178 128 0 0.21 0.43 0.12 31.25 0.61 0.69
Hex E0 B2 80 0 15 2B C 1F 3D 45
Octal 340 262 200 0 25 53 14 37 75 105
Binary 11100000 10110010 10000000 0 10101 101011 1100 11111 111101 1000101

Color Harmonies of #E0B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B280

Black with #E0B280

Text Example


Text Example

White with #E0B280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B280; }

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

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

background-color css

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

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

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

border-color css

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

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

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