Html Css Color HEX #EDAB86 Manhattan

📋 copy color: '#EDAB86'

red 237 ◦ green 171 ◦ blue 134

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

Shades of Manhattan #EDAB86

Tints of Manhattan #EDAB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 43.73%
G = 31.55%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDAB86 (or 0xEDAB86) is known color: Manhattan. HEX triplet: ED, AB and 86. RGB value is (237,171,134). Sum of RGB (Red+Green+Blue) = 237+171+134=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB86 is #125479. Grayscale: #BABABA. Windows color (decimal): -1201274 or 8825837. OLE color: 8825837.

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

Color convert

RGB 237 171 134 -
CMYK 0 0.28 0.43 0.07
HSL 21.55º 0.74% 0.73% -
HSV(B) 21.55º 0.43% 0.93% -
XYZ 53.79 48.85 29.15 -
YUV 186.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 237 171 134 0 0.28 0.43 0.07 21.55 0.74 0.73
Hex ED AB 86 0 1C 2B 7 16 4A 49
Octal 355 253 206 0 34 53 7 26 112 111
Binary 11101101 10101011 10000110 0 11100 101011 111 10110 1001010 1001001

Color Harmonies of #EDAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB86

Black with #EDAB86

Text Example


Text Example

White with #EDAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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