Shades of Crusta #EC925F
Tints of Crusta #EC925F
RGB
CMYK
RGB Variations
Color information
#EC925F (or 0xEC925F) is known color: Crusta. HEX triplet: EC, 92 and 5F. RGB value is (236,146,95). Sum of RGB (Red+Green+Blue) = 236+146+95=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC925F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC925F is #136DA0. Grayscale: #A7A7A7. Windows color (decimal): -1273249 or 6263532. OLE color: 6263532.
HSL color Cylindrical-coordinate representation of color #EC925F: hue angle of 21.7º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC925F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 95 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.07 |
| HSL | 21.7º | 0.79% | 0.65% | - |
| HSV(B) | 21.7º | 0.6% | 0.93% | - |
| XYZ | 46.94 | 39.22 | 15.92 | - |
| YUV | 167.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 95 | 0 | 0.38 | 0.60 | 0.07 | 21.7 | 0.79 | 0.65 |
| Hex | EC | 92 | 5F | 0 | 26 | 3C | 7 | 16 | 4F | 41 |
| Octal | 354 | 222 | 137 | 0 | 46 | 74 | 7 | 26 | 117 | 101 |
| Binary | 11101100 | 10010010 | 1011111 | 0 | 100110 | 111100 | 111 | 10110 | 1001111 | 1000001 |
Color Harmonies of #EC925F
Complementary color
Monochromatic Colors of #EC925F
Black with #EC925F
Text Example
Text Example
White with #EC925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC925F; }
p { color: rgb(236,146,95); }
H1.HeaderClassName
{
color: #EC925F;
}
.AnyTagClassName
{
color: #EC925F;
}
</style>
background-color css
<style>
a { background-color: #EC925F; }
a { background-color: rgb(236,146,95); }
div.DivClassName
{
background-color: #EC925F;
}
.BgClassName
{
background-color: #EC925F;
}
</style>
border-color css
<style>
span { border-color: #EC925F; }
span { border-color: rgb(236,146,95); }
td.TdClassName
{
border-color: #EC925F;
}
.TagClassName
{
border-color: #EC925F;
}
</style>