Shades of Crusta #ED945A
Tints of Crusta #ED945A
RGB
CMYK
RGB Variations
Color information
#ED945A (or 0xED945A) is known color: Crusta. HEX triplet: ED, 94 and 5A. RGB value is (237,148,90). Sum of RGB (Red+Green+Blue) = 237+148+90=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED945A is #126BA5. Grayscale: #A8A8A8. Windows color (decimal): -1207206 or 5936365. OLE color: 5936365.
HSL color Cylindrical-coordinate representation of color #ED945A: hue angle of 23.67º degrees, saturation: 0.8, 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 #ED945A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 90 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.07 |
| HSL | 23.67º | 0.8% | 0.64% | - |
| HSV(B) | 23.67º | 0.62% | 0.93% | - |
| XYZ | 47.36 | 39.92 | 14.88 | - |
| YUV | 168 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 90 | 0 | 0.38 | 0.62 | 0.07 | 23.67 | 0.8 | 0.64 |
| Hex | ED | 94 | 5A | 0 | 26 | 3E | 7 | 18 | 50 | 40 |
| Octal | 355 | 224 | 132 | 0 | 46 | 76 | 7 | 30 | 120 | 100 |
| Binary | 11101101 | 10010100 | 1011010 | 0 | 100110 | 111110 | 111 | 11000 | 1010000 | 1000000 |
Color Harmonies of #ED945A
Complementary color
Monochromatic Colors of #ED945A
Black with #ED945A
Text Example
Text Example
White with #ED945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED945A; }
p { color: rgb(237,148,90); }
H1.HeaderClassName
{
color: #ED945A;
}
.AnyTagClassName
{
color: #ED945A;
}
</style>
background-color css
<style>
a { background-color: #ED945A; }
a { background-color: rgb(237,148,90); }
div.DivClassName
{
background-color: #ED945A;
}
.BgClassName
{
background-color: #ED945A;
}
</style>
border-color css
<style>
span { border-color: #ED945A; }
span { border-color: rgb(237,148,90); }
td.TdClassName
{
border-color: #ED945A;
}
.TagClassName
{
border-color: #ED945A;
}
</style>