Shades of Crusta #EF7D4A
Tints of Crusta #EF7D4A
RGB
CMYK
RGB Variations
Color information
#EF7D4A (or 0xEF7D4A) is known color: Crusta. HEX triplet: EF, 7D and 4A. RGB value is (239,125,74). Sum of RGB (Red+Green+Blue) = 239+125+74=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D4A is #1082B5. Grayscale: #999999. Windows color (decimal): -1082038 or 4881903. OLE color: 4881903.
HSL color Cylindrical-coordinate representation of color #EF7D4A: hue angle of 18.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF7D4A is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 74 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.06 |
| HSL | 18.55º | 0.84% | 0.61% | - |
| HSV(B) | 18.55º | 0.69% | 0.94% | - |
| XYZ | 44.17 | 33.51 | 10.62 | - |
| YUV | 153.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 74 | 0 | 0.48 | 0.69 | 0.06 | 18.55 | 0.84 | 0.61 |
| Hex | EF | 7D | 4A | 0 | 30 | 45 | 6 | 13 | 54 | 3D |
| Octal | 357 | 175 | 112 | 0 | 60 | 105 | 6 | 23 | 124 | 75 |
| Binary | 11101111 | 1111101 | 1001010 | 0 | 110000 | 1000101 | 110 | 10011 | 1010100 | 111101 |
Color Harmonies of #EF7D4A
Complementary color
Monochromatic Colors of #EF7D4A
Black with #EF7D4A
Text Example
Text Example
White with #EF7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D4A; }
p { color: rgb(239,125,74); }
H1.HeaderClassName
{
color: #EF7D4A;
}
.AnyTagClassName
{
color: #EF7D4A;
}
</style>
background-color css
<style>
a { background-color: #EF7D4A; }
a { background-color: rgb(239,125,74); }
div.DivClassName
{
background-color: #EF7D4A;
}
.BgClassName
{
background-color: #EF7D4A;
}
</style>
border-color css
<style>
span { border-color: #EF7D4A; }
span { border-color: rgb(239,125,74); }
td.TdClassName
{
border-color: #EF7D4A;
}
.TagClassName
{
border-color: #EF7D4A;
}
</style>