Html Css Color HEX #E6B28A Manhattan

📋 copy color: '#E6B28A'

red 230 ◦ green 178 ◦ blue 138

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

Shades of Manhattan #E6B28A

Tints of Manhattan #E6B28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 42.12%
G = 32.6%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6B28A (or 0xE6B28A) is known color: Manhattan. HEX triplet: E6, B2 and 8A. RGB value is (230,178,138). Sum of RGB (Red+Green+Blue) = 230+178+138=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B28A is #194D75. Grayscale: #BDBDBD. Windows color (decimal): -1658230 or 9089766. OLE color: 9089766.

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

Color convert

RGB 230 178 138 -
CMYK 0 0.23 0.4 0.10
HSL 26.09º 0.65% 0.72% -
HSV(B) 26.09º 0.4% 0.9% -
XYZ 53.14 50.5 30.99 -
YUV 188.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 230 178 138 0 0.23 0.4 0.10 26.09 0.65 0.72
Hex E6 B2 8A 0 17 28 A 1A 41 48
Octal 346 262 212 0 27 50 12 32 101 110
Binary 11100110 10110010 10001010 0 10111 101000 1010 11010 1000001 1001000

Color Harmonies of #E6B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B28A

Black with #E6B28A

Text Example


Text Example

White with #E6B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B28A; }

 p { color: rgb(230,178,138); }

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

background-color css

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

 a { background-color: rgb(230,178,138); }

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

border-color css

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

 span { border-color: rgb(230,178,138); }

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