Html Css Color HEX #EDB088 Manhattan

📋 copy color: '#EDB088'

red 237 ◦ green 176 ◦ blue 136

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

Shades of Manhattan #EDB088

Tints of Manhattan #EDB088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.06%

 BLUE value IS 136 (53.52% from 255) = 24.77%

R = 43.17%
G = 32.06%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDB088 (or 0xEDB088) is known color: Manhattan. HEX triplet: ED, B0 and 88. RGB value is (237,176,136). Sum of RGB (Red+Green+Blue) = 237+176+136=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB088 is #124F77. Grayscale: #BDBDBD. Windows color (decimal): -1199992 or 8958189. OLE color: 8958189.

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

Color convert

RGB 237 176 136 -
CMYK 0 0.26 0.43 0.07
HSL 23.76º 0.74% 0.73% -
HSV(B) 23.76º 0.43% 0.93% -
XYZ 54.89 50.83 30.21 -
YUV 189.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 237 176 136 0 0.26 0.43 0.07 23.76 0.74 0.73
Hex ED B0 88 0 1A 2B 7 18 4A 49
Octal 355 260 210 0 32 53 7 30 112 111
Binary 11101101 10110000 10001000 0 11010 101011 111 11000 1001010 1001001

Color Harmonies of #EDB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB088

Black with #EDB088

Text Example


Text Example

White with #EDB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB088; }

 p { color: rgb(237,176,136); }

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

background-color css

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

 a { background-color: rgb(237,176,136); }

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

border-color css

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

 span { border-color: rgb(237,176,136); }

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