#EFAF88

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

Shades of Manhattan #EFAF88

Tints of Manhattan #EFAF88

Color information

#EFAF88 (or 0xEFAF88) is unknown color: approx Manhattan. HEX triplet: EF, AF and 88. RGB value is (239,175,136). Sum of RGB (Red+Green+Blue) = 239+175+136=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF88 is #105077. Grayscale: #BDBDBD. Windows color (decimal): -1069176 or 8957935. OLE color: 8957935.

HSL color Cylindrical-coordinate representation of color #EFAF88: hue angle of 22.72º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFAF88 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239175136-
CMYK00.270.430.06
HSL22.72º76.3%73.53%-
HSV(B)22.72º43.1%93.73%-
XYZ55.3750.7930.18-
YUV189.6997.7163.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 136 (53.52% from 255) = 24.73%
R=43.45%
G=31.82%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917513600.270.430.0622.7276.373.53
HexEFAF8801B2B6174c4a
Octal35725721003353627114112
Binary1110111110101111100010000110111010111101011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF88; }

 p { color: rgb(239,175,136); }

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

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

 a { background-color: rgb(239,175,136); }

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

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

 span { border-color: rgb(239,175,136); }

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