Shades of Crusta #EC885A
Tints of Crusta #EC885A
RGB
CMYK
RGB Variations
Color information
#EC885A (or 0xEC885A) is known color: Crusta. HEX triplet: EC, 88 and 5A. RGB value is (236,136,90). Sum of RGB (Red+Green+Blue) = 236+136+90=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC885A is #1377A5. Grayscale: #A0A0A0. Windows color (decimal): -1275814 or 5933292. OLE color: 5933292.
HSL color Cylindrical-coordinate representation of color #EC885A: hue angle of 18.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC885A is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 90 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.07 |
| HSL | 18.9º | 0.79% | 0.64% | - |
| HSV(B) | 18.9º | 0.62% | 0.93% | - |
| XYZ | 45.24 | 36.18 | 14.27 | - |
| YUV | 160.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 90 | 0 | 0.42 | 0.62 | 0.07 | 18.9 | 0.79 | 0.64 |
| Hex | EC | 88 | 5A | 0 | 2A | 3E | 7 | 13 | 4F | 40 |
| Octal | 354 | 210 | 132 | 0 | 52 | 76 | 7 | 23 | 117 | 100 |
| Binary | 11101100 | 10001000 | 1011010 | 0 | 101010 | 111110 | 111 | 10011 | 1001111 | 1000000 |
Color Harmonies of #EC885A
Complementary color
Monochromatic Colors of #EC885A
Black with #EC885A
Text Example
Text Example
White with #EC885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC885A; }
p { color: rgb(236,136,90); }
H1.HeaderClassName
{
color: #EC885A;
}
.AnyTagClassName
{
color: #EC885A;
}
</style>
background-color css
<style>
a { background-color: #EC885A; }
a { background-color: rgb(236,136,90); }
div.DivClassName
{
background-color: #EC885A;
}
.BgClassName
{
background-color: #EC885A;
}
</style>
border-color css
<style>
span { border-color: #EC885A; }
span { border-color: rgb(236,136,90); }
td.TdClassName
{
border-color: #EC885A;
}
.TagClassName
{
border-color: #EC885A;
}
</style>