Html Css Color HEX #EDAC83 Manhattan

📋 copy color: '#EDAC83'

red 237 ◦ green 172 ◦ blue 131

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

Shades of Manhattan #EDAC83

Tints of Manhattan #EDAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.26%

R = 43.89%
G = 31.85%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDAC83 (or 0xEDAC83) is known color: Manhattan. HEX triplet: ED, AC and 83. RGB value is (237,172,131). Sum of RGB (Red+Green+Blue) = 237+172+131=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC83 is #12537C. Grayscale: #BABABA. Windows color (decimal): -1201021 or 8629485. OLE color: 8629485.

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

Color convert

RGB 237 172 131 -
CMYK 0 0.27 0.45 0.07
HSL 23.21º 0.75% 0.72% -
HSV(B) 23.21º 0.45% 0.93% -
XYZ 53.77 49.15 28.13 -
YUV 186.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 237 172 131 0 0.27 0.45 0.07 23.21 0.75 0.72
Hex ED AC 83 0 1B 2D 7 17 4B 48
Octal 355 254 203 0 33 55 7 27 113 110
Binary 11101101 10101100 10000011 0 11011 101101 111 10111 1001011 1001000

Color Harmonies of #EDAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC83

Black with #EDAC83

Text Example


Text Example

White with #EDAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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