Shades of Crusta #ED7E5C
Tints of Crusta #ED7E5C
RGB
CMYK
RGB Variations
Color information
#ED7E5C (or 0xED7E5C) is known color: Crusta. HEX triplet: ED, 7E and 5C. RGB value is (237,126,92). Sum of RGB (Red+Green+Blue) = 237+126+92=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E5C is #1281A3. Grayscale: #9B9B9B. Windows color (decimal): -1212836 or 6061805. OLE color: 6061805.
HSL color Cylindrical-coordinate representation of color #ED7E5C: hue angle of 14.07º 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 #ED7E5C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 92 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.07 |
| HSL | 14.07º | 0.8% | 0.65% | - |
| HSV(B) | 14.07º | 0.61% | 0.93% | - |
| XYZ | 44.32 | 33.7 | 14.29 | - |
| YUV | 155.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 92 | 0 | 0.47 | 0.61 | 0.07 | 14.07 | 0.8 | 0.65 |
| Hex | ED | 7E | 5C | 0 | 2F | 3D | 7 | E | 50 | 41 |
| Octal | 355 | 176 | 134 | 0 | 57 | 75 | 7 | 16 | 120 | 101 |
| Binary | 11101101 | 1111110 | 1011100 | 0 | 101111 | 111101 | 111 | 1110 | 1010000 | 1000001 |
Color Harmonies of #ED7E5C
Complementary color
Monochromatic Colors of #ED7E5C
Black with #ED7E5C
Text Example
Text Example
White with #ED7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E5C; }
p { color: rgb(237,126,92); }
H1.HeaderClassName
{
color: #ED7E5C;
}
.AnyTagClassName
{
color: #ED7E5C;
}
</style>
background-color css
<style>
a { background-color: #ED7E5C; }
a { background-color: rgb(237,126,92); }
div.DivClassName
{
background-color: #ED7E5C;
}
.BgClassName
{
background-color: #ED7E5C;
}
</style>
border-color css
<style>
span { border-color: #ED7E5C; }
span { border-color: rgb(237,126,92); }
td.TdClassName
{
border-color: #ED7E5C;
}
.TagClassName
{
border-color: #ED7E5C;
}
</style>