Shades of Crusta #EE8C53
Tints of Crusta #EE8C53
RGB
CMYK
RGB Variations
Color information
#EE8C53 (or 0xEE8C53) is known color: Crusta. HEX triplet: EE, 8C and 53. RGB value is (238,140,83). Sum of RGB (Red+Green+Blue) = 238+140+83=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C53 is #1173AC. Grayscale: #A3A3A3. Windows color (decimal): -1143725 or 5475566. OLE color: 5475566.
HSL color Cylindrical-coordinate representation of color #EE8C53: hue angle of 22.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE8C53 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 83 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.07 |
| HSL | 22.06º | 0.82% | 0.63% | - |
| HSV(B) | 22.06º | 0.65% | 0.93% | - |
| XYZ | 46.2 | 37.56 | 13 | - |
| YUV | 162.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 83 | 0 | 0.41 | 0.65 | 0.07 | 22.06 | 0.82 | 0.63 |
| Hex | EE | 8C | 53 | 0 | 29 | 41 | 7 | 16 | 52 | 3F |
| Octal | 356 | 214 | 123 | 0 | 51 | 101 | 7 | 26 | 122 | 77 |
| Binary | 11101110 | 10001100 | 1010011 | 0 | 101001 | 1000001 | 111 | 10110 | 1010010 | 111111 |
Color Harmonies of #EE8C53
Complementary color
Monochromatic Colors of #EE8C53
Black with #EE8C53
Text Example
Text Example
White with #EE8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C53; }
p { color: rgb(238,140,83); }
H1.HeaderClassName
{
color: #EE8C53;
}
.AnyTagClassName
{
color: #EE8C53;
}
</style>
background-color css
<style>
a { background-color: #EE8C53; }
a { background-color: rgb(238,140,83); }
div.DivClassName
{
background-color: #EE8C53;
}
.BgClassName
{
background-color: #EE8C53;
}
</style>
border-color css
<style>
span { border-color: #EE8C53; }
span { border-color: rgb(238,140,83); }
td.TdClassName
{
border-color: #EE8C53;
}
.TagClassName
{
border-color: #EE8C53;
}
</style>