Html Css Color HEX #EDAD83 Manhattan

📋 copy color: '#EDAD83'

red 237 ◦ green 173 ◦ blue 131

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

Shades of Manhattan #EDAD83

Tints of Manhattan #EDAD83

RGB

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

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

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

R = 43.81%
G = 31.98%
B = 24.21%

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

#EDAD83 (or 0xEDAD83) is known color: Manhattan. HEX triplet: ED, AD and 83. RGB value is (237,173,131). Sum of RGB (Red+Green+Blue) = 237+173+131=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD83 is #12527C. Grayscale: #BBBBBB. Windows color (decimal): -1200765 or 8629741. OLE color: 8629741.

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

Color convert

RGB 237 173 131 -
CMYK 0 0.27 0.45 0.07
HSL 23.77º 0.75% 0.72% -
HSV(B) 23.77º 0.45% 0.93% -
XYZ 53.97 49.53 28.19 -
YUV 187.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 237 173 131 0 0.27 0.45 0.07 23.77 0.75 0.72
Hex ED AD 83 0 1B 2D 7 18 4B 48
Octal 355 255 203 0 33 55 7 30 113 110
Binary 11101101 10101101 10000011 0 11011 101101 111 11000 1001011 1001000

Color Harmonies of #EDAD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD83

Black with #EDAD83

Text Example


Text Example

White with #EDAD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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