Shades of Crusta #EE825B
Tints of Crusta #EE825B
RGB
CMYK
RGB Variations
Color information
#EE825B (or 0xEE825B) is known color: Crusta. HEX triplet: EE, 82 and 5B. RGB value is (238,130,91). Sum of RGB (Red+Green+Blue) = 238+130+91=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE825B is #117DA4. Grayscale: #9E9E9E. Windows color (decimal): -1146277 or 5997294. OLE color: 5997294.
HSL color Cylindrical-coordinate representation of color #EE825B: hue angle of 15.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE825B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 91 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.07 |
| HSL | 15.92º | 0.81% | 0.65% | - |
| HSV(B) | 15.92º | 0.62% | 0.93% | - |
| XYZ | 45.13 | 34.9 | 14.25 | - |
| YUV | 157.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 91 | 0 | 0.45 | 0.62 | 0.07 | 15.92 | 0.81 | 0.65 |
| Hex | EE | 82 | 5B | 0 | 2D | 3E | 7 | 10 | 51 | 41 |
| Octal | 356 | 202 | 133 | 0 | 55 | 76 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000010 | 1011011 | 0 | 101101 | 111110 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE825B
Complementary color
Monochromatic Colors of #EE825B
Black with #EE825B
Text Example
Text Example
White with #EE825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE825B; }
p { color: rgb(238,130,91); }
H1.HeaderClassName
{
color: #EE825B;
}
.AnyTagClassName
{
color: #EE825B;
}
</style>
background-color css
<style>
a { background-color: #EE825B; }
a { background-color: rgb(238,130,91); }
div.DivClassName
{
background-color: #EE825B;
}
.BgClassName
{
background-color: #EE825B;
}
</style>
border-color css
<style>
span { border-color: #EE825B; }
span { border-color: rgb(238,130,91); }
td.TdClassName
{
border-color: #EE825B;
}
.TagClassName
{
border-color: #EE825B;
}
</style>