Shades of Crusta #EC805A
Tints of Crusta #EC805A
RGB
CMYK
RGB Variations
Color information
#EC805A (or 0xEC805A) is known color: Crusta. HEX triplet: EC, 80 and 5A. RGB value is (236,128,90). Sum of RGB (Red+Green+Blue) = 236+128+90=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC805A is #137FA5. Grayscale: #9C9C9C. Windows color (decimal): -1277862 or 5931244. OLE color: 5931244.
HSL color Cylindrical-coordinate representation of color #EC805A: hue angle of 15.62º 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 #EC805A is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 90 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.07 |
| HSL | 15.62º | 0.79% | 0.64% | - |
| HSV(B) | 15.62º | 0.62% | 0.93% | - |
| XYZ | 44.16 | 34.01 | 13.91 | - |
| YUV | 155.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 90 | 0 | 0.46 | 0.62 | 0.07 | 15.62 | 0.79 | 0.64 |
| Hex | EC | 80 | 5A | 0 | 2E | 3E | 7 | 10 | 4F | 40 |
| Octal | 354 | 200 | 132 | 0 | 56 | 76 | 7 | 20 | 117 | 100 |
| Binary | 11101100 | 10000000 | 1011010 | 0 | 101110 | 111110 | 111 | 10000 | 1001111 | 1000000 |
Color Harmonies of #EC805A
Complementary color
Monochromatic Colors of #EC805A
Black with #EC805A
Text Example
Text Example
White with #EC805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC805A; }
p { color: rgb(236,128,90); }
H1.HeaderClassName
{
color: #EC805A;
}
.AnyTagClassName
{
color: #EC805A;
}
</style>
background-color css
<style>
a { background-color: #EC805A; }
a { background-color: rgb(236,128,90); }
div.DivClassName
{
background-color: #EC805A;
}
.BgClassName
{
background-color: #EC805A;
}
</style>
border-color css
<style>
span { border-color: #EC805A; }
span { border-color: rgb(236,128,90); }
td.TdClassName
{
border-color: #EC805A;
}
.TagClassName
{
border-color: #EC805A;
}
</style>