Html Css Color HEX #EDAB85 Manhattan

📋 copy color: '#EDAB85'

red 237 ◦ green 171 ◦ blue 133

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

Shades of Manhattan #EDAB85

Tints of Manhattan #EDAB85

RGB

 RED value IS 237 (92.97% from 255) = 43.81%

 GREEN value IS 171 (67.19% from 255) = 31.61%

 BLUE value IS 133 (52.34% from 255) = 24.58%

R = 43.81%
G = 31.61%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDAB85 (or 0xEDAB85) is known color: Manhattan. HEX triplet: ED, AB and 85. RGB value is (237,171,133). Sum of RGB (Red+Green+Blue) = 237+171+133=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB85 is #12547A. Grayscale: #BABABA. Windows color (decimal): -1201275 or 8760301. OLE color: 8760301.

HSL color Cylindrical-coordinate representation of color #EDAB85: hue angle of 21.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDAB85 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 133 -
CMYK 0 0.28 0.44 0.07
HSL 21.92º 0.74% 0.73% -
HSV(B) 21.92º 0.44% 0.93% -
XYZ 53.72 48.82 28.78 -
YUV 186.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 237 171 133 0 0.28 0.44 0.07 21.92 0.74 0.73
Hex ED AB 85 0 1C 2C 7 16 4A 49
Octal 355 253 205 0 34 54 7 26 112 111
Binary 11101101 10101011 10000101 0 11100 101100 111 10110 1001010 1001001

Color Harmonies of #EDAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB85

Black with #EDAB85

Text Example


Text Example

White with #EDAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB85; }

 p { color: rgb(237,171,133); }

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

background-color css

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

 a { background-color: rgb(237,171,133); }

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

border-color css

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

 span { border-color: rgb(237,171,133); }

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