Html Css Color HEX #EDAD8A Manhattan

📋 copy color: '#EDAD8A'

red 237 ◦ green 173 ◦ blue 138

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

Shades of Manhattan #EDAD8A

Tints of Manhattan #EDAD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.18%

R = 43.25%
G = 31.57%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDAD8A (or 0xEDAD8A) is known color: Manhattan. HEX triplet: ED, AD and 8A. RGB value is (237,173,138). Sum of RGB (Red+Green+Blue) = 237+173+138=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD8A is #125275. Grayscale: #BCBCBC. Windows color (decimal): -1200758 or 9088493. OLE color: 9088493.

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

Color convert

RGB 237 173 138 -
CMYK 0 0.27 0.42 0.07
HSL 21.21º 0.73% 0.74% -
HSV(B) 21.21º 0.42% 0.93% -
XYZ 54.46 49.73 30.77 -
YUV 188.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 237 173 138 0 0.27 0.42 0.07 21.21 0.73 0.74
Hex ED AD 8A 0 1B 2A 7 15 49 4A
Octal 355 255 212 0 33 52 7 25 111 112
Binary 11101101 10101101 10001010 0 11011 101010 111 10101 1001001 1001010

Color Harmonies of #EDAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD8A

Black with #EDAD8A

Text Example


Text Example

White with #EDAD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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