Shades of Crusta #EF824B
Tints of Crusta #EF824B
RGB
CMYK
RGB Variations
Color information
#EF824B (or 0xEF824B) is known color: Crusta. HEX triplet: EF, 82 and 4B. RGB value is (239,130,75). Sum of RGB (Red+Green+Blue) = 239+130+75=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF824B is #107DB4. Grayscale: #9C9C9C. Windows color (decimal): -1080757 or 4948719. OLE color: 4948719.
HSL color Cylindrical-coordinate representation of color #EF824B: hue angle of 20.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF824B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 75 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.06 |
| HSL | 20.12º | 0.84% | 0.62% | - |
| HSV(B) | 20.12º | 0.69% | 0.94% | - |
| XYZ | 44.85 | 34.82 | 11.01 | - |
| YUV | 156.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 75 | 0 | 0.46 | 0.69 | 0.06 | 20.12 | 0.84 | 0.62 |
| Hex | EF | 82 | 4B | 0 | 2E | 45 | 6 | 14 | 54 | 3E |
| Octal | 357 | 202 | 113 | 0 | 56 | 105 | 6 | 24 | 124 | 76 |
| Binary | 11101111 | 10000010 | 1001011 | 0 | 101110 | 1000101 | 110 | 10100 | 1010100 | 111110 |
Color Harmonies of #EF824B
Complementary color
Monochromatic Colors of #EF824B
Black with #EF824B
Text Example
Text Example
White with #EF824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF824B; }
p { color: rgb(239,130,75); }
H1.HeaderClassName
{
color: #EF824B;
}
.AnyTagClassName
{
color: #EF824B;
}
</style>
background-color css
<style>
a { background-color: #EF824B; }
a { background-color: rgb(239,130,75); }
div.DivClassName
{
background-color: #EF824B;
}
.BgClassName
{
background-color: #EF824B;
}
</style>
border-color css
<style>
span { border-color: #EF824B; }
span { border-color: rgb(239,130,75); }
td.TdClassName
{
border-color: #EF824B;
}
.TagClassName
{
border-color: #EF824B;
}
</style>