Html Css Color HEX #EDAD86 Manhattan

📋 copy color: '#EDAD86'

red 237 ◦ green 173 ◦ blue 134

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

Shades of Manhattan #EDAD86

Tints of Manhattan #EDAD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

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

R = 43.57%
G = 31.8%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDAD86 (or 0xEDAD86) is known color: Manhattan. HEX triplet: ED, AD and 86. RGB value is (237,173,134). Sum of RGB (Red+Green+Blue) = 237+173+134=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD86 is #125279. Grayscale: #BBBBBB. Windows color (decimal): -1200762 or 8826349. OLE color: 8826349.

HSL color Cylindrical-coordinate representation of color #EDAD86: hue angle of 22.72º 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 #EDAD86 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 134 -
CMYK 0 0.27 0.43 0.07
HSL 22.72º 0.74% 0.73% -
HSV(B) 22.72º 0.43% 0.93% -
XYZ 54.17 49.61 29.28 -
YUV 187.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 237 173 134 0 0.27 0.43 0.07 22.72 0.74 0.73
Hex ED AD 86 0 1B 2B 7 17 4A 49
Octal 355 255 206 0 33 53 7 27 112 111
Binary 11101101 10101101 10000110 0 11011 101011 111 10111 1001010 1001001

Color Harmonies of #EDAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD86

Black with #EDAD86

Text Example


Text Example

White with #EDAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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