Shades of Crusta #EB905A
Tints of Crusta #EB905A
RGB
CMYK
RGB Variations
Color information
#EB905A (or 0xEB905A) is known color: Crusta. HEX triplet: EB, 90 and 5A. RGB value is (235,144,90). Sum of RGB (Red+Green+Blue) = 235+144+90=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB905A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB905A is #146FA5. Grayscale: #A5A5A5. Windows color (decimal): -1339302 or 5935339. OLE color: 5935339.
HSL color Cylindrical-coordinate representation of color #EB905A: hue angle of 22.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB905A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 90 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.08 |
| HSL | 22.34º | 0.78% | 0.64% | - |
| HSV(B) | 22.34º | 0.62% | 0.92% | - |
| XYZ | 46.08 | 38.35 | 14.65 | - |
| YUV | 165.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 90 | 0 | 0.39 | 0.62 | 0.08 | 22.34 | 0.78 | 0.64 |
| Hex | EB | 90 | 5A | 0 | 27 | 3E | 8 | 16 | 4E | 40 |
| Octal | 353 | 220 | 132 | 0 | 47 | 76 | 10 | 26 | 116 | 100 |
| Binary | 11101011 | 10010000 | 1011010 | 0 | 100111 | 111110 | 1000 | 10110 | 1001110 | 1000000 |
Color Harmonies of #EB905A
Complementary color
Monochromatic Colors of #EB905A
Black with #EB905A
Text Example
Text Example
White with #EB905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB905A; }
p { color: rgb(235,144,90); }
H1.HeaderClassName
{
color: #EB905A;
}
.AnyTagClassName
{
color: #EB905A;
}
</style>
background-color css
<style>
a { background-color: #EB905A; }
a { background-color: rgb(235,144,90); }
div.DivClassName
{
background-color: #EB905A;
}
.BgClassName
{
background-color: #EB905A;
}
</style>
border-color css
<style>
span { border-color: #EB905A; }
span { border-color: rgb(235,144,90); }
td.TdClassName
{
border-color: #EB905A;
}
.TagClassName
{
border-color: #EB905A;
}
</style>