Shades of Crusta #EC915A
Tints of Crusta #EC915A
RGB
CMYK
RGB Variations
Color information
#EC915A (or 0xEC915A) is known color: Crusta. HEX triplet: EC, 91 and 5A. RGB value is (236,145,90). Sum of RGB (Red+Green+Blue) = 236+145+90=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC915A is #136EA5. Grayscale: #A6A6A6. Windows color (decimal): -1273510 or 5935596. OLE color: 5935596.
HSL color Cylindrical-coordinate representation of color #EC915A: hue angle of 22.6º 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 #EC915A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 90 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.07 |
| HSL | 22.6º | 0.79% | 0.64% | - |
| HSV(B) | 22.6º | 0.62% | 0.93% | - |
| XYZ | 46.56 | 38.82 | 14.71 | - |
| YUV | 165.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 90 | 0 | 0.39 | 0.62 | 0.07 | 22.6 | 0.79 | 0.64 |
| Hex | EC | 91 | 5A | 0 | 27 | 3E | 7 | 17 | 4F | 40 |
| Octal | 354 | 221 | 132 | 0 | 47 | 76 | 7 | 27 | 117 | 100 |
| Binary | 11101100 | 10010001 | 1011010 | 0 | 100111 | 111110 | 111 | 10111 | 1001111 | 1000000 |
Color Harmonies of #EC915A
Complementary color
Monochromatic Colors of #EC915A
Black with #EC915A
Text Example
Text Example
White with #EC915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC915A; }
p { color: rgb(236,145,90); }
H1.HeaderClassName
{
color: #EC915A;
}
.AnyTagClassName
{
color: #EC915A;
}
</style>
background-color css
<style>
a { background-color: #EC915A; }
a { background-color: rgb(236,145,90); }
div.DivClassName
{
background-color: #EC915A;
}
.BgClassName
{
background-color: #EC915A;
}
</style>
border-color css
<style>
span { border-color: #EC915A; }
span { border-color: rgb(236,145,90); }
td.TdClassName
{
border-color: #EC915A;
}
.TagClassName
{
border-color: #EC915A;
}
</style>