Shades of Crusta #EC935A
Tints of Crusta #EC935A
RGB
CMYK
RGB Variations
Color information
#EC935A (or 0xEC935A) is known color: Crusta. HEX triplet: EC, 93 and 5A. RGB value is (236,147,90). Sum of RGB (Red+Green+Blue) = 236+147+90=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC935A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC935A is #136CA5. Grayscale: #A7A7A7. Windows color (decimal): -1272998 or 5936108. OLE color: 5936108.
HSL color Cylindrical-coordinate representation of color #EC935A: hue angle of 23.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC935A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 90 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.07 |
| HSL | 23.42º | 0.79% | 0.64% | - |
| HSV(B) | 23.42º | 0.62% | 0.93% | - |
| XYZ | 46.87 | 39.44 | 14.81 | - |
| YUV | 167.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 90 | 0 | 0.38 | 0.62 | 0.07 | 23.42 | 0.79 | 0.64 |
| Hex | EC | 93 | 5A | 0 | 26 | 3E | 7 | 17 | 4F | 40 |
| Octal | 354 | 223 | 132 | 0 | 46 | 76 | 7 | 27 | 117 | 100 |
| Binary | 11101100 | 10010011 | 1011010 | 0 | 100110 | 111110 | 111 | 10111 | 1001111 | 1000000 |
Color Harmonies of #EC935A
Complementary color
Monochromatic Colors of #EC935A
Black with #EC935A
Text Example
Text Example
White with #EC935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC935A; }
p { color: rgb(236,147,90); }
H1.HeaderClassName
{
color: #EC935A;
}
.AnyTagClassName
{
color: #EC935A;
}
</style>
background-color css
<style>
a { background-color: #EC935A; }
a { background-color: rgb(236,147,90); }
div.DivClassName
{
background-color: #EC935A;
}
.BgClassName
{
background-color: #EC935A;
}
</style>
border-color css
<style>
span { border-color: #EC935A; }
span { border-color: rgb(236,147,90); }
td.TdClassName
{
border-color: #EC935A;
}
.TagClassName
{
border-color: #EC935A;
}
</style>