#EFB286

Color #EFB286 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #EFB286

Tints of Manhattan #EFB286

Color information

#EFB286 (or 0xEFB286) is unknown color: approx Manhattan. HEX triplet: EF, B2 and 86. RGB value is (239,178,134). Sum of RGB (Red+Green+Blue) = 239+178+134=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB286 is #104D79. Grayscale: #BFBFBF. Windows color (decimal): -1068410 or 8827631. OLE color: 8827631.

HSL color Cylindrical-coordinate representation of color #EFB286: hue angle of 25.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFB286 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239178134-
CMYK00.260.440.06
HSL25.14º76.64%73.14%-
HSV(B)25.14º43.93%93.73%-
XYZ55.8251.9129.63-
YUV191.2295.71162.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=43.38%
G=32.30%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917813400.260.440.0625.1476.6473.14
HexEFB28601A2C6194d49
Octal35726220603254631115111
Binary1110111110110010100001100110101011001101100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB286; }

 p { color: rgb(239,178,134); }

 H1.HeaderClassName
 {
   color: #EFB286;
 }
 .AnyTagClassName
 {
   color: #EFB286;
 }
</style>
background-color css

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

 a { background-color: rgb(239,178,134); }

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

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

 span { border-color: rgb(239,178,134); }

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