Shades of Crusta #EC8A5E
Tints of Crusta #EC8A5E
RGB
CMYK
RGB Variations
Color information
#EC8A5E (or 0xEC8A5E) is known color: Crusta. HEX triplet: EC, 8A and 5E. RGB value is (236,138,94). Sum of RGB (Red+Green+Blue) = 236+138+94=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A5E is #1375A1. Grayscale: #A2A2A2. Windows color (decimal): -1275298 or 6195948. OLE color: 6195948.
HSL color Cylindrical-coordinate representation of color #EC8A5E: hue angle of 18.59º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC8A5E is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 138 | 94 | - |
CMYK | 0 | 0.42 | 0.60 | 0.07 |
HSL | 18.59º | 0.79% | 0.65% | - |
HSV(B) | 18.59º | 0.6% | 0.93% | - |
XYZ | 45.7 | 36.82 | 15.29 | - |
YUV | 162.29 | 89.47 | 180.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 138 | 94 | 0 | 0.42 | 0.60 | 0.07 | 18.59 | 0.79 | 0.65 |
Hex | EC | 8A | 5E | 0 | 2A | 3C | 7 | 13 | 4F | 41 |
Octal | 354 | 212 | 136 | 0 | 52 | 74 | 7 | 23 | 117 | 101 |
Binary | 11101100 | 10001010 | 1011110 | 0 | 101010 | 111100 | 111 | 10011 | 1001111 | 1000001 |
Color Harmonies of #EC8A5E
Complementary color
Monochromatic Colors of #EC8A5E
Black with #EC8A5E
Text Example
Text Example
White with #EC8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A5E; }
p { color: rgb(236,138,94); }
H1.HeaderClassName
{
color: #EC8A5E;
}
.AnyTagClassName
{
color: #EC8A5E;
}
</style>
background-color css
<style>
a { background-color: #EC8A5E; }
a { background-color: rgb(236,138,94); }
div.DivClassName
{
background-color: #EC8A5E;
}
.BgClassName
{
background-color: #EC8A5E;
}
</style>
border-color css
<style>
span { border-color: #EC8A5E; }
span { border-color: rgb(236,138,94); }
td.TdClassName
{
border-color: #EC8A5E;
}
.TagClassName
{
border-color: #EC8A5E;
}
</style>