Shades of Crusta #EF835C
Tints of Crusta #EF835C
RGB
CMYK
RGB Variations
Color information
#EF835C (or 0xEF835C) is known color: Crusta. HEX triplet: EF, 83 and 5C. RGB value is (239,131,92). Sum of RGB (Red+Green+Blue) = 239+131+92=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF835C is #107CA3. Grayscale: #9F9F9F. Windows color (decimal): -1080484 or 6063087. OLE color: 6063087.
HSL color Cylindrical-coordinate representation of color #EF835C: hue angle of 15.92º 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 #EF835C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 92 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.06 |
| HSL | 15.92º | 0.82% | 0.65% | - |
| HSV(B) | 15.92º | 0.62% | 0.94% | - |
| XYZ | 45.64 | 35.36 | 14.54 | - |
| YUV | 158.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 92 | 0 | 0.45 | 0.62 | 0.06 | 15.92 | 0.82 | 0.65 |
| Hex | EF | 83 | 5C | 0 | 2D | 3E | 6 | 10 | 52 | 41 |
| Octal | 357 | 203 | 134 | 0 | 55 | 76 | 6 | 20 | 122 | 101 |
| Binary | 11101111 | 10000011 | 1011100 | 0 | 101101 | 111110 | 110 | 10000 | 1010010 | 1000001 |
Color Harmonies of #EF835C
Complementary color
Monochromatic Colors of #EF835C
Black with #EF835C
Text Example
Text Example
White with #EF835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF835C; }
p { color: rgb(239,131,92); }
H1.HeaderClassName
{
color: #EF835C;
}
.AnyTagClassName
{
color: #EF835C;
}
</style>
background-color css
<style>
a { background-color: #EF835C; }
a { background-color: rgb(239,131,92); }
div.DivClassName
{
background-color: #EF835C;
}
.BgClassName
{
background-color: #EF835C;
}
</style>
border-color css
<style>
span { border-color: #EF835C; }
span { border-color: rgb(239,131,92); }
td.TdClassName
{
border-color: #EF835C;
}
.TagClassName
{
border-color: #EF835C;
}
</style>