Shades of Rob Roy #E0B353
Tints of Rob Roy #E0B353
RGB
CMYK
RGB Variations
Color information
#E0B353 (or 0xE0B353) is known color: Rob Roy. HEX triplet: E0, B3 and 53. RGB value is (224,179,83). Sum of RGB (Red+Green+Blue) = 224+179+83=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B353 is #1F4CAC. Grayscale: #B5B5B5. Windows color (decimal): -2051245 or 5485536. OLE color: 5485536.
HSL color Cylindrical-coordinate representation of color #E0B353: hue angle of 40.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0B353 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 83 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.12 |
| HSL | 40.85º | 0.69% | 0.6% | - |
| HSV(B) | 40.85º | 0.63% | 0.88% | - |
| XYZ | 48.42 | 48.71 | 15.03 | - |
| YUV | 181.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 83 | 0 | 0.20 | 0.63 | 0.12 | 40.85 | 0.69 | 0.6 |
| Hex | E0 | B3 | 53 | 0 | 14 | 3F | C | 29 | 45 | 3C |
| Octal | 340 | 263 | 123 | 0 | 24 | 77 | 14 | 51 | 105 | 74 |
| Binary | 11100000 | 10110011 | 1010011 | 0 | 10100 | 111111 | 1100 | 101001 | 1000101 | 111100 |
Color Harmonies of #E0B353
Complementary color
Monochromatic Colors of #E0B353
Black with #E0B353
Text Example
Text Example
White with #E0B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B353; }
p { color: rgb(224,179,83); }
H1.HeaderClassName
{
color: #E0B353;
}
.AnyTagClassName
{
color: #E0B353;
}
</style>
background-color css
<style>
a { background-color: #E0B353; }
a { background-color: rgb(224,179,83); }
div.DivClassName
{
background-color: #E0B353;
}
.BgClassName
{
background-color: #E0B353;
}
</style>
border-color css
<style>
span { border-color: #E0B353; }
span { border-color: rgb(224,179,83); }
td.TdClassName
{
border-color: #E0B353;
}
.TagClassName
{
border-color: #E0B353;
}
</style>