Shades of Crusta #EF8051
Tints of Crusta #EF8051
RGB
CMYK
RGB Variations
Color information
#EF8051 (or 0xEF8051) is known color: Crusta. HEX triplet: EF, 80 and 51. RGB value is (239,128,81). Sum of RGB (Red+Green+Blue) = 239+128+81=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8051 is #107FAE. Grayscale: #9C9C9C. Windows color (decimal): -1081263 or 5341423. OLE color: 5341423.
HSL color Cylindrical-coordinate representation of color #EF8051: hue angle of 17.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF8051 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 81 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.06 |
| HSL | 17.85º | 0.83% | 0.63% | - |
| HSV(B) | 17.85º | 0.66% | 0.94% | - |
| XYZ | 44.8 | 34.38 | 12.06 | - |
| YUV | 155.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 81 | 0 | 0.46 | 0.66 | 0.06 | 17.85 | 0.83 | 0.63 |
| Hex | EF | 80 | 51 | 0 | 2E | 42 | 6 | 12 | 53 | 3F |
| Octal | 357 | 200 | 121 | 0 | 56 | 102 | 6 | 22 | 123 | 77 |
| Binary | 11101111 | 10000000 | 1010001 | 0 | 101110 | 1000010 | 110 | 10010 | 1010011 | 111111 |
Color Harmonies of #EF8051
Complementary color
Monochromatic Colors of #EF8051
Black with #EF8051
Text Example
Text Example
White with #EF8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8051; }
p { color: rgb(239,128,81); }
H1.HeaderClassName
{
color: #EF8051;
}
.AnyTagClassName
{
color: #EF8051;
}
</style>
background-color css
<style>
a { background-color: #EF8051; }
a { background-color: rgb(239,128,81); }
div.DivClassName
{
background-color: #EF8051;
}
.BgClassName
{
background-color: #EF8051;
}
</style>
border-color css
<style>
span { border-color: #EF8051; }
span { border-color: rgb(239,128,81); }
td.TdClassName
{
border-color: #EF8051;
}
.TagClassName
{
border-color: #EF8051;
}
</style>