Shades of Crusta #EF815B
Tints of Crusta #EF815B
RGB
CMYK
RGB Variations
Color information
#EF815B (or 0xEF815B) is known color: Crusta. HEX triplet: EF, 81 and 5B. RGB value is (239,129,91). Sum of RGB (Red+Green+Blue) = 239+129+91=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF815B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF815B is #107EA4. Grayscale: #9D9D9D. Windows color (decimal): -1080997 or 5997039. OLE color: 5997039.
HSL color Cylindrical-coordinate representation of color #EF815B: hue angle of 15.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF815B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 91 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.06 |
| HSL | 15.41º | 0.82% | 0.65% | - |
| HSV(B) | 15.41º | 0.62% | 0.94% | - |
| XYZ | 45.34 | 34.81 | 14.23 | - |
| YUV | 157.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 91 | 0 | 0.46 | 0.62 | 0.06 | 15.41 | 0.82 | 0.65 |
| Hex | EF | 81 | 5B | 0 | 2E | 3E | 6 | F | 52 | 41 |
| Octal | 357 | 201 | 133 | 0 | 56 | 76 | 6 | 17 | 122 | 101 |
| Binary | 11101111 | 10000001 | 1011011 | 0 | 101110 | 111110 | 110 | 1111 | 1010010 | 1000001 |
Color Harmonies of #EF815B
Complementary color
Monochromatic Colors of #EF815B
Black with #EF815B
Text Example
Text Example
White with #EF815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF815B; }
p { color: rgb(239,129,91); }
H1.HeaderClassName
{
color: #EF815B;
}
.AnyTagClassName
{
color: #EF815B;
}
</style>
background-color css
<style>
a { background-color: #EF815B; }
a { background-color: rgb(239,129,91); }
div.DivClassName
{
background-color: #EF815B;
}
.BgClassName
{
background-color: #EF815B;
}
</style>
border-color css
<style>
span { border-color: #EF815B; }
span { border-color: rgb(239,129,91); }
td.TdClassName
{
border-color: #EF815B;
}
.TagClassName
{
border-color: #EF815B;
}
</style>