Html Css Color HEX #E6B080 Manhattan

📋 copy color: '#E6B080'

red 230 ◦ green 176 ◦ blue 128

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

Shades of Manhattan #E6B080

Tints of Manhattan #E6B080

RGB

 RED value IS 230 (90.23% from 255) = 43.07%

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

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

R = 43.07%
G = 32.96%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6B080 (or 0xE6B080) is known color: Manhattan. HEX triplet: E6, B0 and 80. RGB value is (230,176,128). Sum of RGB (Red+Green+Blue) = 230+176+128=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B080 is #194F7F. Grayscale: #BABABA. Windows color (decimal): -1658752 or 8433894. OLE color: 8433894.

HSL color Cylindrical-coordinate representation of color #E6B080: hue angle of 28.24º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6B080 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 176 128 -
CMYK 0 0.23 0.44 0.10
HSL 28.24º 0.67% 0.7% -
HSV(B) 28.24º 0.44% 0.9% -
XYZ 52.05 49.43 27.22 -
YUV 186.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 230 176 128 0 0.23 0.44 0.10 28.24 0.67 0.7
Hex E6 B0 80 0 17 2C A 1C 43 46
Octal 346 260 200 0 27 54 12 34 103 106
Binary 11100110 10110000 10000000 0 10111 101100 1010 11100 1000011 1000110

Color Harmonies of #E6B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B080

Black with #E6B080

Text Example


Text Example

White with #E6B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B080; }

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

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

background-color css

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

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

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

border-color css

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

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

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