Shades of Crusta #EA925D
Tints of Crusta #EA925D
RGB
CMYK
RGB Variations
Color information
#EA925D (or 0xEA925D) is known color: Crusta. HEX triplet: EA, 92 and 5D. RGB value is (234,146,93). Sum of RGB (Red+Green+Blue) = 234+146+93=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA925D is #156DA2. Grayscale: #A6A6A6. Windows color (decimal): -1404323 or 6132458. OLE color: 6132458.
HSL color Cylindrical-coordinate representation of color #EA925D: hue angle of 22.55º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA925D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 93 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.08 |
| HSL | 22.55º | 0.77% | 0.64% | - |
| HSV(B) | 22.55º | 0.6% | 0.92% | - |
| XYZ | 46.19 | 38.84 | 15.42 | - |
| YUV | 166.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 93 | 0 | 0.38 | 0.60 | 0.08 | 22.55 | 0.77 | 0.64 |
| Hex | EA | 92 | 5D | 0 | 26 | 3C | 8 | 17 | 4D | 40 |
| Octal | 352 | 222 | 135 | 0 | 46 | 74 | 10 | 27 | 115 | 100 |
| Binary | 11101010 | 10010010 | 1011101 | 0 | 100110 | 111100 | 1000 | 10111 | 1001101 | 1000000 |
Color Harmonies of #EA925D
Complementary color
Monochromatic Colors of #EA925D
Black with #EA925D
Text Example
Text Example
White with #EA925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA925D; }
p { color: rgb(234,146,93); }
H1.HeaderClassName
{
color: #EA925D;
}
.AnyTagClassName
{
color: #EA925D;
}
</style>
background-color css
<style>
a { background-color: #EA925D; }
a { background-color: rgb(234,146,93); }
div.DivClassName
{
background-color: #EA925D;
}
.BgClassName
{
background-color: #EA925D;
}
</style>
border-color css
<style>
span { border-color: #EA925D; }
span { border-color: rgb(234,146,93); }
td.TdClassName
{
border-color: #EA925D;
}
.TagClassName
{
border-color: #EA925D;
}
</style>