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