Shades of Manhattan #EAB380
Tints of Manhattan #EAB380
RGB
CMYK
RGB Variations
Color information
#EAB380 (or 0xEAB380) is known color: Manhattan. HEX triplet: EA, B3 and 80. RGB value is (234,179,128). Sum of RGB (Red+Green+Blue) = 234+179+128=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB380 is #154C7F. Grayscale: #BDBDBD. Windows color (decimal): -1395840 or 8434666. OLE color: 8434666.
HSL color Cylindrical-coordinate representation of color #EAB380: hue angle of 28.87º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAB380 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 128 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.08 |
| HSL | 28.87º | 0.72% | 0.71% | - |
| HSV(B) | 28.87º | 0.45% | 0.92% | - |
| XYZ | 53.95 | 51.29 | 27.48 | - |
| YUV | 189.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 128 | 0 | 0.24 | 0.45 | 0.08 | 28.87 | 0.72 | 0.71 |
| Hex | EA | B3 | 80 | 0 | 18 | 2D | 8 | 1D | 48 | 47 |
| Octal | 352 | 263 | 200 | 0 | 30 | 55 | 10 | 35 | 110 | 107 |
| Binary | 11101010 | 10110011 | 10000000 | 0 | 11000 | 101101 | 1000 | 11101 | 1001000 | 1000111 |
Color Harmonies of #EAB380
Complementary color
Monochromatic Colors of #EAB380
Black with #EAB380
Text Example
Text Example
White with #EAB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB380; }
p { color: rgb(234,179,128); }
H1.HeaderClassName
{
color: #EAB380;
}
.AnyTagClassName
{
color: #EAB380;
}
</style>
background-color css
<style>
a { background-color: #EAB380; }
a { background-color: rgb(234,179,128); }
div.DivClassName
{
background-color: #EAB380;
}
.BgClassName
{
background-color: #EAB380;
}
</style>
border-color css
<style>
span { border-color: #EAB380; }
span { border-color: rgb(234,179,128); }
td.TdClassName
{
border-color: #EAB380;
}
.TagClassName
{
border-color: #EAB380;
}
</style>