Shades of Crusta #EC805B
Tints of Crusta #EC805B
RGB
CMYK
RGB Variations
Color information
#EC805B (or 0xEC805B) is known color: Crusta. HEX triplet: EC, 80 and 5B. RGB value is (236,128,91). Sum of RGB (Red+Green+Blue) = 236+128+91=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC805B is #137FA4. Grayscale: #9C9C9C. Windows color (decimal): -1277861 or 5996780. OLE color: 5996780.
HSL color Cylindrical-coordinate representation of color #EC805B: hue angle of 15.31º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC805B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 91 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.07 |
| HSL | 15.31º | 0.79% | 0.64% | - |
| HSV(B) | 15.31º | 0.61% | 0.93% | - |
| XYZ | 44.2 | 34.03 | 14.14 | - |
| YUV | 156.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 91 | 0 | 0.46 | 0.61 | 0.07 | 15.31 | 0.79 | 0.64 |
| Hex | EC | 80 | 5B | 0 | 2E | 3D | 7 | F | 4F | 40 |
| Octal | 354 | 200 | 133 | 0 | 56 | 75 | 7 | 17 | 117 | 100 |
| Binary | 11101100 | 10000000 | 1011011 | 0 | 101110 | 111101 | 111 | 1111 | 1001111 | 1000000 |
Color Harmonies of #EC805B
Complementary color
Monochromatic Colors of #EC805B
Black with #EC805B
Text Example
Text Example
White with #EC805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC805B; }
p { color: rgb(236,128,91); }
H1.HeaderClassName
{
color: #EC805B;
}
.AnyTagClassName
{
color: #EC805B;
}
</style>
background-color css
<style>
a { background-color: #EC805B; }
a { background-color: rgb(236,128,91); }
div.DivClassName
{
background-color: #EC805B;
}
.BgClassName
{
background-color: #EC805B;
}
</style>
border-color css
<style>
span { border-color: #EC805B; }
span { border-color: rgb(236,128,91); }
td.TdClassName
{
border-color: #EC805B;
}
.TagClassName
{
border-color: #EC805B;
}
</style>