Shades of Crusta #EE8F5C
Tints of Crusta #EE8F5C
RGB
CMYK
RGB Variations
Color information
#EE8F5C (or 0xEE8F5C) is known color: Crusta. HEX triplet: EE, 8F and 5C. RGB value is (238,143,92). Sum of RGB (Red+Green+Blue) = 238+143+92=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F5C is #1170A3. Grayscale: #A5A5A5. Windows color (decimal): -1142948 or 6066158. OLE color: 6066158.
HSL color Cylindrical-coordinate representation of color #EE8F5C: hue angle of 20.96º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE8F5C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 92 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.07 |
| HSL | 20.96º | 0.81% | 0.65% | - |
| HSV(B) | 20.96º | 0.61% | 0.93% | - |
| XYZ | 47.01 | 38.59 | 15.1 | - |
| YUV | 165.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 92 | 0 | 0.40 | 0.61 | 0.07 | 20.96 | 0.81 | 0.65 |
| Hex | EE | 8F | 5C | 0 | 28 | 3D | 7 | 15 | 51 | 41 |
| Octal | 356 | 217 | 134 | 0 | 50 | 75 | 7 | 25 | 121 | 101 |
| Binary | 11101110 | 10001111 | 1011100 | 0 | 101000 | 111101 | 111 | 10101 | 1010001 | 1000001 |
Color Harmonies of #EE8F5C
Complementary color
Monochromatic Colors of #EE8F5C
Black with #EE8F5C
Text Example
Text Example
White with #EE8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F5C; }
p { color: rgb(238,143,92); }
H1.HeaderClassName
{
color: #EE8F5C;
}
.AnyTagClassName
{
color: #EE8F5C;
}
</style>
background-color css
<style>
a { background-color: #EE8F5C; }
a { background-color: rgb(238,143,92); }
div.DivClassName
{
background-color: #EE8F5C;
}
.BgClassName
{
background-color: #EE8F5C;
}
</style>
border-color css
<style>
span { border-color: #EE8F5C; }
span { border-color: rgb(238,143,92); }
td.TdClassName
{
border-color: #EE8F5C;
}
.TagClassName
{
border-color: #EE8F5C;
}
</style>