Shades of Crusta #EC905B
Tints of Crusta #EC905B
RGB
CMYK
RGB Variations
Color information
#EC905B (or 0xEC905B) is known color: Crusta. HEX triplet: EC, 90 and 5B. RGB value is (236,144,91). Sum of RGB (Red+Green+Blue) = 236+144+91=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC905B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC905B is #136FA4. Grayscale: #A5A5A5. Windows color (decimal): -1273765 or 6000876. OLE color: 6000876.
HSL color Cylindrical-coordinate representation of color #EC905B: hue angle of 21.93º 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 #EC905B is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 91 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.93º | 0.79% | 0.64% | - |
| HSV(B) | 21.93º | 0.61% | 0.93% | - |
| XYZ | 46.45 | 38.53 | 14.89 | - |
| YUV | 165.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 91 | 0 | 0.39 | 0.61 | 0.07 | 21.93 | 0.79 | 0.64 |
| Hex | EC | 90 | 5B | 0 | 27 | 3D | 7 | 16 | 4F | 40 |
| Octal | 354 | 220 | 133 | 0 | 47 | 75 | 7 | 26 | 117 | 100 |
| Binary | 11101100 | 10010000 | 1011011 | 0 | 100111 | 111101 | 111 | 10110 | 1001111 | 1000000 |
Color Harmonies of #EC905B
Complementary color
Monochromatic Colors of #EC905B
Black with #EC905B
Text Example
Text Example
White with #EC905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC905B; }
p { color: rgb(236,144,91); }
H1.HeaderClassName
{
color: #EC905B;
}
.AnyTagClassName
{
color: #EC905B;
}
</style>
background-color css
<style>
a { background-color: #EC905B; }
a { background-color: rgb(236,144,91); }
div.DivClassName
{
background-color: #EC905B;
}
.BgClassName
{
background-color: #EC905B;
}
</style>
border-color css
<style>
span { border-color: #EC905B; }
span { border-color: rgb(236,144,91); }
td.TdClassName
{
border-color: #EC905B;
}
.TagClassName
{
border-color: #EC905B;
}
</style>