Shades of Crusta #EC825A
Tints of Crusta #EC825A
RGB
CMYK
RGB Variations
Color information
#EC825A (or 0xEC825A) is known color: Crusta. HEX triplet: EC, 82 and 5A. RGB value is (236,130,90). Sum of RGB (Red+Green+Blue) = 236+130+90=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC825A is #137DA5. Grayscale: #9D9D9D. Windows color (decimal): -1277350 or 5931756. OLE color: 5931756.
HSL color Cylindrical-coordinate representation of color #EC825A: hue angle of 16.44º 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 #EC825A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 90 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.07 |
| HSL | 16.44º | 0.79% | 0.64% | - |
| HSV(B) | 16.44º | 0.62% | 0.93% | - |
| XYZ | 44.42 | 34.54 | 14 | - |
| YUV | 157.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 90 | 0 | 0.45 | 0.62 | 0.07 | 16.44 | 0.79 | 0.64 |
| Hex | EC | 82 | 5A | 0 | 2D | 3E | 7 | 10 | 4F | 40 |
| Octal | 354 | 202 | 132 | 0 | 55 | 76 | 7 | 20 | 117 | 100 |
| Binary | 11101100 | 10000010 | 1011010 | 0 | 101101 | 111110 | 111 | 10000 | 1001111 | 1000000 |
Color Harmonies of #EC825A
Complementary color
Monochromatic Colors of #EC825A
Black with #EC825A
Text Example
Text Example
White with #EC825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC825A; }
p { color: rgb(236,130,90); }
H1.HeaderClassName
{
color: #EC825A;
}
.AnyTagClassName
{
color: #EC825A;
}
</style>
background-color css
<style>
a { background-color: #EC825A; }
a { background-color: rgb(236,130,90); }
div.DivClassName
{
background-color: #EC825A;
}
.BgClassName
{
background-color: #EC825A;
}
</style>
border-color css
<style>
span { border-color: #EC825A; }
span { border-color: rgb(236,130,90); }
td.TdClassName
{
border-color: #EC825A;
}
.TagClassName
{
border-color: #EC825A;
}
</style>