Shades of Crusta #ED905C
Tints of Crusta #ED905C
RGB
CMYK
RGB Variations
Color information
#ED905C (or 0xED905C) is known color: Crusta. HEX triplet: ED, 90 and 5C. RGB value is (237,144,92). Sum of RGB (Red+Green+Blue) = 237+144+92=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED905C is #126FA3. Grayscale: #A6A6A6. Windows color (decimal): -1208228 or 6066413. OLE color: 6066413.
HSL color Cylindrical-coordinate representation of color #ED905C: hue angle of 21.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED905C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 92 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.52º | 0.8% | 0.65% | - |
| HSV(B) | 21.52º | 0.61% | 0.93% | - |
| XYZ | 46.83 | 38.72 | 15.13 | - |
| YUV | 165.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 92 | 0 | 0.39 | 0.61 | 0.07 | 21.52 | 0.8 | 0.65 |
| Hex | ED | 90 | 5C | 0 | 27 | 3D | 7 | 16 | 50 | 41 |
| Octal | 355 | 220 | 134 | 0 | 47 | 75 | 7 | 26 | 120 | 101 |
| Binary | 11101101 | 10010000 | 1011100 | 0 | 100111 | 111101 | 111 | 10110 | 1010000 | 1000001 |
Color Harmonies of #ED905C
Complementary color
Monochromatic Colors of #ED905C
Black with #ED905C
Text Example
Text Example
White with #ED905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED905C; }
p { color: rgb(237,144,92); }
H1.HeaderClassName
{
color: #ED905C;
}
.AnyTagClassName
{
color: #ED905C;
}
</style>
background-color css
<style>
a { background-color: #ED905C; }
a { background-color: rgb(237,144,92); }
div.DivClassName
{
background-color: #ED905C;
}
.BgClassName
{
background-color: #ED905C;
}
</style>
border-color css
<style>
span { border-color: #ED905C; }
span { border-color: rgb(237,144,92); }
td.TdClassName
{
border-color: #ED905C;
}
.TagClassName
{
border-color: #ED905C;
}
</style>