Shades of Crusta #EE7F58
Tints of Crusta #EE7F58
RGB
CMYK
RGB Variations
Color information
#EE7F58 (or 0xEE7F58) is known color: Crusta. HEX triplet: EE, 7F and 58. RGB value is (238,127,88). Sum of RGB (Red+Green+Blue) = 238+127+88=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F58 is #1180A7. Grayscale: #9C9C9C. Windows color (decimal): -1147048 or 5799918. OLE color: 5799918.
HSL color Cylindrical-coordinate representation of color #EE7F58: hue angle of 15.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE7F58 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 88 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.07 |
| HSL | 15.6º | 0.82% | 0.64% | - |
| HSV(B) | 15.6º | 0.63% | 0.93% | - |
| XYZ | 44.61 | 34.06 | 13.46 | - |
| YUV | 155.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 88 | 0 | 0.47 | 0.63 | 0.07 | 15.6 | 0.82 | 0.64 |
| Hex | EE | 7F | 58 | 0 | 2F | 3F | 7 | 10 | 52 | 40 |
| Octal | 356 | 177 | 130 | 0 | 57 | 77 | 7 | 20 | 122 | 100 |
| Binary | 11101110 | 1111111 | 1011000 | 0 | 101111 | 111111 | 111 | 10000 | 1010010 | 1000000 |
Color Harmonies of #EE7F58
Complementary color
Monochromatic Colors of #EE7F58
Black with #EE7F58
Text Example
Text Example
White with #EE7F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F58; }
p { color: rgb(238,127,88); }
H1.HeaderClassName
{
color: #EE7F58;
}
.AnyTagClassName
{
color: #EE7F58;
}
</style>
background-color css
<style>
a { background-color: #EE7F58; }
a { background-color: rgb(238,127,88); }
div.DivClassName
{
background-color: #EE7F58;
}
.BgClassName
{
background-color: #EE7F58;
}
</style>
border-color css
<style>
span { border-color: #EE7F58; }
span { border-color: rgb(238,127,88); }
td.TdClassName
{
border-color: #EE7F58;
}
.TagClassName
{
border-color: #EE7F58;
}
</style>