Shades of Crusta #EC8A4F
Tints of Crusta #EC8A4F
RGB
CMYK
RGB Variations
Color information
#EC8A4F (or 0xEC8A4F) is known color: Crusta. HEX triplet: EC, 8A and 4F. RGB value is (236,138,79). Sum of RGB (Red+Green+Blue) = 236+138+79=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A4F is #1375B0. Grayscale: #A0A0A0. Windows color (decimal): -1275313 or 5212908. OLE color: 5212908.
HSL color Cylindrical-coordinate representation of color #EC8A4F: hue angle of 22.55º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC8A4F is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 79 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.07 |
| HSL | 22.55º | 0.81% | 0.62% | - |
| HSV(B) | 22.55º | 0.67% | 0.93% | - |
| XYZ | 45.09 | 36.57 | 12.08 | - |
| YUV | 160.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 79 | 0 | 0.42 | 0.67 | 0.07 | 22.55 | 0.81 | 0.62 |
| Hex | EC | 8A | 4F | 0 | 2A | 43 | 7 | 17 | 51 | 3E |
| Octal | 354 | 212 | 117 | 0 | 52 | 103 | 7 | 27 | 121 | 76 |
| Binary | 11101100 | 10001010 | 1001111 | 0 | 101010 | 1000011 | 111 | 10111 | 1010001 | 111110 |
Color Harmonies of #EC8A4F
Complementary color
Monochromatic Colors of #EC8A4F
Black with #EC8A4F
Text Example
Text Example
White with #EC8A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A4F; }
p { color: rgb(236,138,79); }
H1.HeaderClassName
{
color: #EC8A4F;
}
.AnyTagClassName
{
color: #EC8A4F;
}
</style>
background-color css
<style>
a { background-color: #EC8A4F; }
a { background-color: rgb(236,138,79); }
div.DivClassName
{
background-color: #EC8A4F;
}
.BgClassName
{
background-color: #EC8A4F;
}
</style>
border-color css
<style>
span { border-color: #EC8A4F; }
span { border-color: rgb(236,138,79); }
td.TdClassName
{
border-color: #EC8A4F;
}
.TagClassName
{
border-color: #EC8A4F;
}
</style>