Shades of Crusta #EE935B
Tints of Crusta #EE935B
RGB
CMYK
RGB Variations
Color information
#EE935B (or 0xEE935B) is known color: Crusta. HEX triplet: EE, 93 and 5B. RGB value is (238,147,91). Sum of RGB (Red+Green+Blue) = 238+147+91=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE935B is #116CA4. Grayscale: #A8A8A8. Windows color (decimal): -1141925 or 6001646. OLE color: 6001646.
HSL color Cylindrical-coordinate representation of color #EE935B: hue angle of 22.86º 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 #EE935B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 91 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.07 |
| HSL | 22.86º | 0.81% | 0.65% | - |
| HSV(B) | 22.86º | 0.62% | 0.93% | - |
| XYZ | 47.58 | 39.8 | 15.07 | - |
| YUV | 167.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 91 | 0 | 0.38 | 0.62 | 0.07 | 22.86 | 0.81 | 0.65 |
| Hex | EE | 93 | 5B | 0 | 26 | 3E | 7 | 17 | 51 | 41 |
| Octal | 356 | 223 | 133 | 0 | 46 | 76 | 7 | 27 | 121 | 101 |
| Binary | 11101110 | 10010011 | 1011011 | 0 | 100110 | 111110 | 111 | 10111 | 1010001 | 1000001 |
Color Harmonies of #EE935B
Complementary color
Monochromatic Colors of #EE935B
Black with #EE935B
Text Example
Text Example
White with #EE935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE935B; }
p { color: rgb(238,147,91); }
H1.HeaderClassName
{
color: #EE935B;
}
.AnyTagClassName
{
color: #EE935B;
}
</style>
background-color css
<style>
a { background-color: #EE935B; }
a { background-color: rgb(238,147,91); }
div.DivClassName
{
background-color: #EE935B;
}
.BgClassName
{
background-color: #EE935B;
}
</style>
border-color css
<style>
span { border-color: #EE935B; }
span { border-color: rgb(238,147,91); }
td.TdClassName
{
border-color: #EE935B;
}
.TagClassName
{
border-color: #EE935B;
}
</style>