Shades of Crusta #EE824F
Tints of Crusta #EE824F
RGB
CMYK
RGB Variations
Color information
#EE824F (or 0xEE824F) is known color: Crusta. HEX triplet: EE, 82 and 4F. RGB value is (238,130,79). Sum of RGB (Red+Green+Blue) = 238+130+79=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE824F is #117DB0. Grayscale: #9C9C9C. Windows color (decimal): -1146289 or 5210862. OLE color: 5210862.
HSL color Cylindrical-coordinate representation of color #EE824F: hue angle of 19.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE824F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 79 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.07 |
| HSL | 19.25º | 0.82% | 0.62% | - |
| HSV(B) | 19.25º | 0.67% | 0.93% | - |
| XYZ | 44.65 | 34.71 | 11.74 | - |
| YUV | 156.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 79 | 0 | 0.45 | 0.67 | 0.07 | 19.25 | 0.82 | 0.62 |
| Hex | EE | 82 | 4F | 0 | 2D | 43 | 7 | 13 | 52 | 3E |
| Octal | 356 | 202 | 117 | 0 | 55 | 103 | 7 | 23 | 122 | 76 |
| Binary | 11101110 | 10000010 | 1001111 | 0 | 101101 | 1000011 | 111 | 10011 | 1010010 | 111110 |
Color Harmonies of #EE824F
Complementary color
Monochromatic Colors of #EE824F
Black with #EE824F
Text Example
Text Example
White with #EE824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE824F; }
p { color: rgb(238,130,79); }
H1.HeaderClassName
{
color: #EE824F;
}
.AnyTagClassName
{
color: #EE824F;
}
</style>
background-color css
<style>
a { background-color: #EE824F; }
a { background-color: rgb(238,130,79); }
div.DivClassName
{
background-color: #EE824F;
}
.BgClassName
{
background-color: #EE824F;
}
</style>
border-color css
<style>
span { border-color: #EE824F; }
span { border-color: rgb(238,130,79); }
td.TdClassName
{
border-color: #EE824F;
}
.TagClassName
{
border-color: #EE824F;
}
</style>