Shades of Crusta #EF8C63
Tints of Crusta #EF8C63
RGB
CMYK
RGB Variations
Color information
#EF8C63 (or 0xEF8C63) is known color: Crusta. HEX triplet: EF, 8C and 63. RGB value is (239,140,99). Sum of RGB (Red+Green+Blue) = 239+140+99=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C63 is #10739C. Grayscale: #A5A5A5. Windows color (decimal): -1078173 or 6524143. OLE color: 6524143.
HSL color Cylindrical-coordinate representation of color #EF8C63: hue angle of 17.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF8C63 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 99 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.06 |
| HSL | 17.57º | 0.81% | 0.66% | - |
| HSV(B) | 17.57º | 0.59% | 0.94% | - |
| XYZ | 47.23 | 38.01 | 16.65 | - |
| YUV | 164.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 99 | 0 | 0.41 | 0.59 | 0.06 | 17.57 | 0.81 | 0.66 |
| Hex | EF | 8C | 63 | 0 | 29 | 3B | 6 | 12 | 51 | 42 |
| Octal | 357 | 214 | 143 | 0 | 51 | 73 | 6 | 22 | 121 | 102 |
| Binary | 11101111 | 10001100 | 1100011 | 0 | 101001 | 111011 | 110 | 10010 | 1010001 | 1000010 |
Color Harmonies of #EF8C63
Complementary color
Monochromatic Colors of #EF8C63
Black with #EF8C63
Text Example
Text Example
White with #EF8C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C63; }
p { color: rgb(239,140,99); }
H1.HeaderClassName
{
color: #EF8C63;
}
.AnyTagClassName
{
color: #EF8C63;
}
</style>
background-color css
<style>
a { background-color: #EF8C63; }
a { background-color: rgb(239,140,99); }
div.DivClassName
{
background-color: #EF8C63;
}
.BgClassName
{
background-color: #EF8C63;
}
</style>
border-color css
<style>
span { border-color: #EF8C63; }
span { border-color: rgb(239,140,99); }
td.TdClassName
{
border-color: #EF8C63;
}
.TagClassName
{
border-color: #EF8C63;
}
</style>