Shades of Crusta #EC825B
Tints of Crusta #EC825B
RGB
CMYK
RGB Variations
Color information
#EC825B (or 0xEC825B) is known color: Crusta. HEX triplet: EC, 82 and 5B. RGB value is (236,130,91). Sum of RGB (Red+Green+Blue) = 236+130+91=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC825B is #137DA4. Grayscale: #9D9D9D. Windows color (decimal): -1277349 or 5997292. OLE color: 5997292.
HSL color Cylindrical-coordinate representation of color #EC825B: hue angle of 16.14º 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 #EC825B is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 91 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 16.14º | 0.79% | 0.64% | - |
| HSV(B) | 16.14º | 0.61% | 0.93% | - |
| XYZ | 44.46 | 34.55 | 14.22 | - |
| YUV | 157.25 | 90.62 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 91 | 0 | 0.45 | 0.61 | 0.07 | 16.14 | 0.79 | 0.64 |
| Hex | EC | 82 | 5B | 0 | 2D | 3D | 7 | 10 | 4F | 40 |
| Octal | 354 | 202 | 133 | 0 | 55 | 75 | 7 | 20 | 117 | 100 |
| Binary | 11101100 | 10000010 | 1011011 | 0 | 101101 | 111101 | 111 | 10000 | 1001111 | 1000000 |
Color Harmonies of #EC825B
Complementary color
Monochromatic Colors of #EC825B
Black with #EC825B
Text Example
Text Example
White with #EC825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC825B; }
p { color: rgb(236,130,91); }
H1.HeaderClassName
{
color: #EC825B;
}
.AnyTagClassName
{
color: #EC825B;
}
</style>
background-color css
<style>
a { background-color: #EC825B; }
a { background-color: rgb(236,130,91); }
div.DivClassName
{
background-color: #EC825B;
}
.BgClassName
{
background-color: #EC825B;
}
</style>
border-color css
<style>
span { border-color: #EC825B; }
span { border-color: rgb(236,130,91); }
td.TdClassName
{
border-color: #EC825B;
}
.TagClassName
{
border-color: #EC825B;
}
</style>