Shades of Crusta #ED935A
Tints of Crusta #ED935A
RGB
CMYK
RGB Variations
Color information
#ED935A (or 0xED935A) is known color: Crusta. HEX triplet: ED, 93 and 5A. RGB value is (237,147,90). Sum of RGB (Red+Green+Blue) = 237+147+90=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED935A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED935A is #126CA5. Grayscale: #A7A7A7. Windows color (decimal): -1207462 or 5936109. OLE color: 5936109.
HSL color Cylindrical-coordinate representation of color #ED935A: hue angle of 23.27º 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 #ED935A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 90 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.07 |
| HSL | 23.27º | 0.8% | 0.64% | - |
| HSV(B) | 23.27º | 0.62% | 0.93% | - |
| XYZ | 47.2 | 39.61 | 14.83 | - |
| YUV | 167.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 90 | 0 | 0.38 | 0.62 | 0.07 | 23.27 | 0.8 | 0.64 |
| Hex | ED | 93 | 5A | 0 | 26 | 3E | 7 | 17 | 50 | 40 |
| Octal | 355 | 223 | 132 | 0 | 46 | 76 | 7 | 27 | 120 | 100 |
| Binary | 11101101 | 10010011 | 1011010 | 0 | 100110 | 111110 | 111 | 10111 | 1010000 | 1000000 |
Color Harmonies of #ED935A
Complementary color
Monochromatic Colors of #ED935A
Black with #ED935A
Text Example
Text Example
White with #ED935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED935A; }
p { color: rgb(237,147,90); }
H1.HeaderClassName
{
color: #ED935A;
}
.AnyTagClassName
{
color: #ED935A;
}
</style>
background-color css
<style>
a { background-color: #ED935A; }
a { background-color: rgb(237,147,90); }
div.DivClassName
{
background-color: #ED935A;
}
.BgClassName
{
background-color: #ED935A;
}
</style>
border-color css
<style>
span { border-color: #ED935A; }
span { border-color: rgb(237,147,90); }
td.TdClassName
{
border-color: #ED935A;
}
.TagClassName
{
border-color: #ED935A;
}
</style>