Html Css Color HEX #E6B278 Manhattan

📋 copy color: '#E6B278'

red 230 ◦ green 178 ◦ blue 120

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

Shades of Manhattan #E6B278

Tints of Manhattan #E6B278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.73%

R = 43.56%
G = 33.71%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6B278 (or 0xE6B278) is known color: Manhattan. HEX triplet: E6, B2 and 78. RGB value is (230,178,120). Sum of RGB (Red+Green+Blue) = 230+178+120=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B278 is #194D87. Grayscale: #BBBBBB. Windows color (decimal): -1658248 or 7910118. OLE color: 7910118.

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

Color convert

RGB 230 178 120 -
CMYK 0 0.23 0.48 0.10
HSL 31.64º 0.69% 0.69% -
HSV(B) 31.64º 0.48% 0.9% -
XYZ 51.94 50.02 24.69 -
YUV 186.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 230 178 120 0 0.23 0.48 0.10 31.64 0.69 0.69
Hex E6 B2 78 0 17 30 A 20 45 45
Octal 346 262 170 0 27 60 12 40 105 105
Binary 11100110 10110010 1111000 0 10111 110000 1010 100000 1000101 1000101

Color Harmonies of #E6B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B278

Black with #E6B278

Text Example


Text Example

White with #E6B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B278; }

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

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

background-color css

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

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

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

border-color css

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

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

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