Shades of Crusta #EF8B5A
Tints of Crusta #EF8B5A
RGB
CMYK
RGB Variations
Color information
#EF8B5A (or 0xEF8B5A) is known color: Crusta. HEX triplet: EF, 8B and 5A. RGB value is (239,139,90). Sum of RGB (Red+Green+Blue) = 239+139+90=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B5A is #1074A5. Grayscale: #A3A3A3. Windows color (decimal): -1078438 or 5934063. OLE color: 5934063.
HSL color Cylindrical-coordinate representation of color #EF8B5A: hue angle of 19.73º 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 #EF8B5A is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 90 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.06 |
| HSL | 19.73º | 0.82% | 0.65% | - |
| HSV(B) | 19.73º | 0.62% | 0.94% | - |
| XYZ | 46.67 | 37.55 | 14.46 | - |
| YUV | 163.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 90 | 0 | 0.42 | 0.62 | 0.06 | 19.73 | 0.82 | 0.65 |
| Hex | EF | 8B | 5A | 0 | 2A | 3E | 6 | 14 | 52 | 41 |
| Octal | 357 | 213 | 132 | 0 | 52 | 76 | 6 | 24 | 122 | 101 |
| Binary | 11101111 | 10001011 | 1011010 | 0 | 101010 | 111110 | 110 | 10100 | 1010010 | 1000001 |
Color Harmonies of #EF8B5A
Complementary color
Monochromatic Colors of #EF8B5A
Black with #EF8B5A
Text Example
Text Example
White with #EF8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B5A; }
p { color: rgb(239,139,90); }
H1.HeaderClassName
{
color: #EF8B5A;
}
.AnyTagClassName
{
color: #EF8B5A;
}
</style>
background-color css
<style>
a { background-color: #EF8B5A; }
a { background-color: rgb(239,139,90); }
div.DivClassName
{
background-color: #EF8B5A;
}
.BgClassName
{
background-color: #EF8B5A;
}
</style>
border-color css
<style>
span { border-color: #EF8B5A; }
span { border-color: rgb(239,139,90); }
td.TdClassName
{
border-color: #EF8B5A;
}
.TagClassName
{
border-color: #EF8B5A;
}
</style>