Shades of Crusta #EE804D
Tints of Crusta #EE804D
RGB
CMYK
RGB Variations
Color information
#EE804D (or 0xEE804D) is known color: Crusta. HEX triplet: EE, 80 and 4D. RGB value is (238,128,77). Sum of RGB (Red+Green+Blue) = 238+128+77=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE804D is #117FB2. Grayscale: #9B9B9B. Windows color (decimal): -1146803 or 5079278. OLE color: 5079278.
HSL color Cylindrical-coordinate representation of color #EE804D: hue angle of 19.01º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE804D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.07 |
| HSL | 19.01º | 0.83% | 0.62% | - |
| HSV(B) | 19.01º | 0.68% | 0.93% | - |
| XYZ | 44.32 | 34.15 | 11.28 | - |
| YUV | 155.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 77 | 0 | 0.46 | 0.68 | 0.07 | 19.01 | 0.83 | 0.62 |
| Hex | EE | 80 | 4D | 0 | 2E | 44 | 7 | 13 | 53 | 3E |
| Octal | 356 | 200 | 115 | 0 | 56 | 104 | 7 | 23 | 123 | 76 |
| Binary | 11101110 | 10000000 | 1001101 | 0 | 101110 | 1000100 | 111 | 10011 | 1010011 | 111110 |
Color Harmonies of #EE804D
Complementary color
Monochromatic Colors of #EE804D
Black with #EE804D
Text Example
Text Example
White with #EE804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE804D; }
p { color: rgb(238,128,77); }
H1.HeaderClassName
{
color: #EE804D;
}
.AnyTagClassName
{
color: #EE804D;
}
</style>
background-color css
<style>
a { background-color: #EE804D; }
a { background-color: rgb(238,128,77); }
div.DivClassName
{
background-color: #EE804D;
}
.BgClassName
{
background-color: #EE804D;
}
</style>
border-color css
<style>
span { border-color: #EE804D; }
span { border-color: rgb(238,128,77); }
td.TdClassName
{
border-color: #EE804D;
}
.TagClassName
{
border-color: #EE804D;
}
</style>