Html Css Color HEX #E6B488 Manhattan

📋 copy color: '#E6B488'

red 230 ◦ green 180 ◦ blue 136

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

Shades of Manhattan #E6B488

Tints of Manhattan #E6B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.97%

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 42.12%
G = 32.97%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E6B488 (or 0xE6B488) is known color: Manhattan. HEX triplet: E6, B4 and 88. RGB value is (230,180,136). Sum of RGB (Red+Green+Blue) = 230+180+136=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B488 is #194B77. Grayscale: #BEBEBE. Windows color (decimal): -1657720 or 8959206. OLE color: 8959206.

HSL color Cylindrical-coordinate representation of color #E6B488: hue angle of 28.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6B488 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 180 136 -
CMYK 0 0.22 0.41 0.10
HSL 28.09º 0.65% 0.72% -
HSV(B) 28.09º 0.41% 0.9% -
XYZ 53.4 51.24 30.37 -
YUV 189.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 230 180 136 0 0.22 0.41 0.10 28.09 0.65 0.72
Hex E6 B4 88 0 16 29 A 1C 41 48
Octal 346 264 210 0 26 51 12 34 101 110
Binary 11100110 10110100 10001000 0 10110 101001 1010 11100 1000001 1001000

Color Harmonies of #E6B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B488

Black with #E6B488

Text Example


Text Example

White with #E6B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B488; }

 p { color: rgb(230,180,136); }

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

background-color css

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

 a { background-color: rgb(230,180,136); }

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

border-color css

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

 span { border-color: rgb(230,180,136); }

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