Html Css Color HEX #EDAC86 Manhattan

📋 copy color: '#EDAC86'

red 237 ◦ green 172 ◦ blue 134

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

Shades of Manhattan #EDAC86

Tints of Manhattan #EDAC86

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.68%

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

R = 43.65%
G = 31.68%
B = 24.68%

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

#EDAC86 (or 0xEDAC86) is known color: Manhattan. HEX triplet: ED, AC and 86. RGB value is (237,172,134). Sum of RGB (Red+Green+Blue) = 237+172+134=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC86 is #125379. Grayscale: #BBBBBB. Windows color (decimal): -1201018 or 8826093. OLE color: 8826093.

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

Color convert

RGB 237 172 134 -
CMYK 0 0.27 0.43 0.07
HSL 22.14º 0.74% 0.73% -
HSV(B) 22.14º 0.43% 0.93% -
XYZ 53.98 49.23 29.21 -
YUV 187.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 237 172 134 0 0.27 0.43 0.07 22.14 0.74 0.73
Hex ED AC 86 0 1B 2B 7 16 4A 49
Octal 355 254 206 0 33 53 7 26 112 111
Binary 11101101 10101100 10000110 0 11011 101011 111 10110 1001010 1001001

Color Harmonies of #EDAC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC86

Black with #EDAC86

Text Example


Text Example

White with #EDAC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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