Shades of Crusta #EE925A
Tints of Crusta #EE925A
RGB
CMYK
RGB Variations
Color information
#EE925A (or 0xEE925A) is known color: Crusta. HEX triplet: EE, 92 and 5A. RGB value is (238,146,90). Sum of RGB (Red+Green+Blue) = 238+146+90=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE925A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE925A is #116DA5. Grayscale: #A7A7A7. Windows color (decimal): -1142182 or 5935854. OLE color: 5935854.
HSL color Cylindrical-coordinate representation of color #EE925A: hue angle of 22.7º degrees, saturation: 0.81, 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 #EE925A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 90 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.07 |
| HSL | 22.7º | 0.81% | 0.64% | - |
| HSV(B) | 22.7º | 0.62% | 0.93% | - |
| XYZ | 47.38 | 39.47 | 14.79 | - |
| YUV | 167.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 90 | 0 | 0.39 | 0.62 | 0.07 | 22.7 | 0.81 | 0.64 |
| Hex | EE | 92 | 5A | 0 | 27 | 3E | 7 | 17 | 51 | 40 |
| Octal | 356 | 222 | 132 | 0 | 47 | 76 | 7 | 27 | 121 | 100 |
| Binary | 11101110 | 10010010 | 1011010 | 0 | 100111 | 111110 | 111 | 10111 | 1010001 | 1000000 |
Color Harmonies of #EE925A
Complementary color
Monochromatic Colors of #EE925A
Black with #EE925A
Text Example
Text Example
White with #EE925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE925A; }
p { color: rgb(238,146,90); }
H1.HeaderClassName
{
color: #EE925A;
}
.AnyTagClassName
{
color: #EE925A;
}
</style>
background-color css
<style>
a { background-color: #EE925A; }
a { background-color: rgb(238,146,90); }
div.DivClassName
{
background-color: #EE925A;
}
.BgClassName
{
background-color: #EE925A;
}
</style>
border-color css
<style>
span { border-color: #EE925A; }
span { border-color: rgb(238,146,90); }
td.TdClassName
{
border-color: #EE925A;
}
.TagClassName
{
border-color: #EE925A;
}
</style>