Shades of Crusta #ED935F
Tints of Crusta #ED935F
RGB
CMYK
RGB Variations
Color information
#ED935F (or 0xED935F) is known color: Crusta. HEX triplet: ED, 93 and 5F. RGB value is (237,147,95). Sum of RGB (Red+Green+Blue) = 237+147+95=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED935F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED935F is #126CA0. Grayscale: #A8A8A8. Windows color (decimal): -1207457 or 6263789. OLE color: 6263789.
HSL color Cylindrical-coordinate representation of color #ED935F: hue angle of 21.97º degrees, saturation: 0.8, 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 #ED935F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 95 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.07 |
| HSL | 21.97º | 0.8% | 0.65% | - |
| HSV(B) | 21.97º | 0.6% | 0.93% | - |
| XYZ | 47.42 | 39.7 | 15.99 | - |
| YUV | 167.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 95 | 0 | 0.38 | 0.60 | 0.07 | 21.97 | 0.8 | 0.65 |
| Hex | ED | 93 | 5F | 0 | 26 | 3C | 7 | 16 | 50 | 41 |
| Octal | 355 | 223 | 137 | 0 | 46 | 74 | 7 | 26 | 120 | 101 |
| Binary | 11101101 | 10010011 | 1011111 | 0 | 100110 | 111100 | 111 | 10110 | 1010000 | 1000001 |
Color Harmonies of #ED935F
Complementary color
Monochromatic Colors of #ED935F
Black with #ED935F
Text Example
Text Example
White with #ED935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED935F; }
p { color: rgb(237,147,95); }
H1.HeaderClassName
{
color: #ED935F;
}
.AnyTagClassName
{
color: #ED935F;
}
</style>
background-color css
<style>
a { background-color: #ED935F; }
a { background-color: rgb(237,147,95); }
div.DivClassName
{
background-color: #ED935F;
}
.BgClassName
{
background-color: #ED935F;
}
</style>
border-color css
<style>
span { border-color: #ED935F; }
span { border-color: rgb(237,147,95); }
td.TdClassName
{
border-color: #ED935F;
}
.TagClassName
{
border-color: #ED935F;
}
</style>