Shades of Crusta #EE805B
Tints of Crusta #EE805B
RGB
CMYK
RGB Variations
Color information
#EE805B (or 0xEE805B) is known color: Crusta. HEX triplet: EE, 80 and 5B. RGB value is (238,128,91). Sum of RGB (Red+Green+Blue) = 238+128+91=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE805B is #117FA4. Grayscale: #9C9C9C. Windows color (decimal): -1146789 or 5996782. OLE color: 5996782.
HSL color Cylindrical-coordinate representation of color #EE805B: hue angle of 15.1º 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 #EE805B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 91 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.07 |
| HSL | 15.1º | 0.81% | 0.65% | - |
| HSV(B) | 15.1º | 0.62% | 0.93% | - |
| XYZ | 44.87 | 34.37 | 14.17 | - |
| YUV | 156.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 91 | 0 | 0.46 | 0.62 | 0.07 | 15.1 | 0.81 | 0.65 |
| Hex | EE | 80 | 5B | 0 | 2E | 3E | 7 | F | 51 | 41 |
| Octal | 356 | 200 | 133 | 0 | 56 | 76 | 7 | 17 | 121 | 101 |
| Binary | 11101110 | 10000000 | 1011011 | 0 | 101110 | 111110 | 111 | 1111 | 1010001 | 1000001 |
Color Harmonies of #EE805B
Complementary color
Monochromatic Colors of #EE805B
Black with #EE805B
Text Example
Text Example
White with #EE805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE805B; }
p { color: rgb(238,128,91); }
H1.HeaderClassName
{
color: #EE805B;
}
.AnyTagClassName
{
color: #EE805B;
}
</style>
background-color css
<style>
a { background-color: #EE805B; }
a { background-color: rgb(238,128,91); }
div.DivClassName
{
background-color: #EE805B;
}
.BgClassName
{
background-color: #EE805B;
}
</style>
border-color css
<style>
span { border-color: #EE805B; }
span { border-color: rgb(238,128,91); }
td.TdClassName
{
border-color: #EE805B;
}
.TagClassName
{
border-color: #EE805B;
}
</style>