Html Css Color HEX #E6B08D Manhattan

📋 copy color: '#E6B08D'

red 230 ◦ green 176 ◦ blue 141

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

Shades of Manhattan #E6B08D

Tints of Manhattan #E6B08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 42.05%
G = 32.18%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6B08D (or 0xE6B08D) is known color: Manhattan. HEX triplet: E6, B0 and 8D. RGB value is (230,176,141). Sum of RGB (Red+Green+Blue) = 230+176+141=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B08D is #194F72. Grayscale: #BCBCBC. Windows color (decimal): -1658739 or 9285862. OLE color: 9285862.

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

Color convert

RGB 230 176 141 -
CMYK 0 0.23 0.39 0.10
HSL 23.6º 0.64% 0.73% -
HSV(B) 23.6º 0.39% 0.9% -
XYZ 52.97 49.8 32.02 -
YUV 188.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 230 176 141 0 0.23 0.39 0.10 23.6 0.64 0.73
Hex E6 B0 8D 0 17 27 A 18 40 49
Octal 346 260 215 0 27 47 12 30 100 111
Binary 11100110 10110000 10001101 0 10111 100111 1010 11000 1000000 1001001

Color Harmonies of #E6B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B08D

Black with #E6B08D

Text Example


Text Example

White with #E6B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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