#EBAF84

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

Shades of Manhattan #EBAF84

Tints of Manhattan #EBAF84

Color information

#EBAF84 (or 0xEBAF84) is unknown color: approx Manhattan. HEX triplet: EB, AF and 84. RGB value is (235,175,132). Sum of RGB (Red+Green+Blue) = 235+175+132=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF84 is #14507B. Grayscale: #BCBCBC. Windows color (decimal): -1331324 or 8695787. OLE color: 8695787.

HSL color Cylindrical-coordinate representation of color #EBAF84: hue angle of 25.05º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBAF84 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235175132-
CMYK00.260.440.08
HSL25.05º72.03%71.96%-
HSV(B)25.05º43.83%92.16%-
XYZ53.7649.9928.65-
YUV188.0496.38161.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 132 (51.95% from 255) = 24.35%
R=43.36%
G=32.29%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517513200.260.440.0825.0572.0371.96
HexEBAF8401A2C8194848
Octal353257204032541031110110
Binary11101011101011111000010001101010110010001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF84; }

 p { color: rgb(235,175,132); }

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

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

 a { background-color: rgb(235,175,132); }

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

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

 span { border-color: rgb(235,175,132); }

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