Shades of Crusta #EE925B
Tints of Crusta #EE925B
RGB
CMYK
RGB Variations
Color information
#EE925B (or 0xEE925B) is known color: Crusta. HEX triplet: EE, 92 and 5B. RGB value is (238,146,91). Sum of RGB (Red+Green+Blue) = 238+146+91=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE925B is #116DA4. Grayscale: #A7A7A7. Windows color (decimal): -1142181 or 6001390. OLE color: 6001390.
HSL color Cylindrical-coordinate representation of color #EE925B: hue angle of 22.45º 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 #EE925B is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 91 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.07 |
| HSL | 22.45º | 0.81% | 0.65% | - |
| HSV(B) | 22.45º | 0.62% | 0.93% | - |
| XYZ | 47.43 | 39.49 | 15.02 | - |
| YUV | 167.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 91 | 0 | 0.39 | 0.62 | 0.07 | 22.45 | 0.81 | 0.65 |
| Hex | EE | 92 | 5B | 0 | 27 | 3E | 7 | 16 | 51 | 41 |
| Octal | 356 | 222 | 133 | 0 | 47 | 76 | 7 | 26 | 121 | 101 |
| Binary | 11101110 | 10010010 | 1011011 | 0 | 100111 | 111110 | 111 | 10110 | 1010001 | 1000001 |
Color Harmonies of #EE925B
Complementary color
Monochromatic Colors of #EE925B
Black with #EE925B
Text Example
Text Example
White with #EE925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE925B; }
p { color: rgb(238,146,91); }
H1.HeaderClassName
{
color: #EE925B;
}
.AnyTagClassName
{
color: #EE925B;
}
</style>
background-color css
<style>
a { background-color: #EE925B; }
a { background-color: rgb(238,146,91); }
div.DivClassName
{
background-color: #EE925B;
}
.BgClassName
{
background-color: #EE925B;
}
</style>
border-color css
<style>
span { border-color: #EE925B; }
span { border-color: rgb(238,146,91); }
td.TdClassName
{
border-color: #EE925B;
}
.TagClassName
{
border-color: #EE925B;
}
</style>