Shades of Manhattan #ECAF7E
Tints of Manhattan #ECAF7E
RGB
CMYK
RGB Variations
Color information
#ECAF7E (or 0xECAF7E) is known color: Manhattan. HEX triplet: EC, AF and 7E. RGB value is (236,175,126). Sum of RGB (Red+Green+Blue) = 236+175+126=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF7E is #135081. Grayscale: #BBBBBB. Windows color (decimal): -1265794 or 8302572. OLE color: 8302572.
HSL color Cylindrical-coordinate representation of color #ECAF7E: hue angle of 26.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECAF7E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 175 | 126 | - |
CMYK | 0 | 0.26 | 0.47 | 0.07 |
HSL | 26.73º | 0.74% | 0.71% | - |
HSV(B) | 26.73º | 0.47% | 0.93% | - |
XYZ | 53.69 | 50 | 26.56 | - |
YUV | 187.65 | 93.21 | 162.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 175 | 126 | 0 | 0.26 | 0.47 | 0.07 | 26.73 | 0.74 | 0.71 |
Hex | EC | AF | 7E | 0 | 1A | 2F | 7 | 1B | 4A | 47 |
Octal | 354 | 257 | 176 | 0 | 32 | 57 | 7 | 33 | 112 | 107 |
Binary | 11101100 | 10101111 | 1111110 | 0 | 11010 | 101111 | 111 | 11011 | 1001010 | 1000111 |
Color Harmonies of #ECAF7E
Complementary color
Monochromatic Colors of #ECAF7E
Black with #ECAF7E
Text Example
Text Example
White with #ECAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF7E; }
p { color: rgb(236,175,126); }
H1.HeaderClassName
{
color: #ECAF7E;
}
.AnyTagClassName
{
color: #ECAF7E;
}
</style>
background-color css
<style>
a { background-color: #ECAF7E; }
a { background-color: rgb(236,175,126); }
div.DivClassName
{
background-color: #ECAF7E;
}
.BgClassName
{
background-color: #ECAF7E;
}
</style>
border-color css
<style>
span { border-color: #ECAF7E; }
span { border-color: rgb(236,175,126); }
td.TdClassName
{
border-color: #ECAF7E;
}
.TagClassName
{
border-color: #ECAF7E;
}
</style>