Shades of Crusta #EE825C
Tints of Crusta #EE825C
RGB
CMYK
RGB Variations
Color information
#EE825C (or 0xEE825C) is known color: Crusta. HEX triplet: EE, 82 and 5C. RGB value is (238,130,92). Sum of RGB (Red+Green+Blue) = 238+130+92=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE825C is #117DA3. Grayscale: #9E9E9E. Windows color (decimal): -1146276 or 6062830. OLE color: 6062830.
HSL color Cylindrical-coordinate representation of color #EE825C: hue angle of 15.62º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE825C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 15.62º | 0.81% | 0.65% | - |
| HSV(B) | 15.62º | 0.61% | 0.93% | - |
| XYZ | 45.17 | 34.92 | 14.48 | - |
| YUV | 157.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 92 | 0 | 0.45 | 0.61 | 0.07 | 15.62 | 0.81 | 0.65 |
| Hex | EE | 82 | 5C | 0 | 2D | 3D | 7 | 10 | 51 | 41 |
| Octal | 356 | 202 | 134 | 0 | 55 | 75 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000010 | 1011100 | 0 | 101101 | 111101 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE825C
Complementary color
Monochromatic Colors of #EE825C
Black with #EE825C
Text Example
Text Example
White with #EE825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE825C; }
p { color: rgb(238,130,92); }
H1.HeaderClassName
{
color: #EE825C;
}
.AnyTagClassName
{
color: #EE825C;
}
</style>
background-color css
<style>
a { background-color: #EE825C; }
a { background-color: rgb(238,130,92); }
div.DivClassName
{
background-color: #EE825C;
}
.BgClassName
{
background-color: #EE825C;
}
</style>
border-color css
<style>
span { border-color: #EE825C; }
span { border-color: rgb(238,130,92); }
td.TdClassName
{
border-color: #EE825C;
}
.TagClassName
{
border-color: #EE825C;
}
</style>