Shades of Rob Roy #E0B453
Tints of Rob Roy #E0B453
RGB
CMYK
RGB Variations
Color information
#E0B453 (or 0xE0B453) is known color: Rob Roy. HEX triplet: E0, B4 and 53. RGB value is (224,180,83). Sum of RGB (Red+Green+Blue) = 224+180+83=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B453 is #1F4BAC. Grayscale: #B6B6B6. Windows color (decimal): -2050989 or 5485792. OLE color: 5485792.
HSL color Cylindrical-coordinate representation of color #E0B453: hue angle of 41.28º 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 #E0B453 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 83 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.12 |
| HSL | 41.28º | 0.69% | 0.6% | - |
| HSV(B) | 41.28º | 0.63% | 0.88% | - |
| XYZ | 48.62 | 49.11 | 15.1 | - |
| YUV | 182.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 83 | 0 | 0.20 | 0.63 | 0.12 | 41.28 | 0.69 | 0.6 |
| Hex | E0 | B4 | 53 | 0 | 14 | 3F | C | 29 | 45 | 3C |
| Octal | 340 | 264 | 123 | 0 | 24 | 77 | 14 | 51 | 105 | 74 |
| Binary | 11100000 | 10110100 | 1010011 | 0 | 10100 | 111111 | 1100 | 101001 | 1000101 | 111100 |
Color Harmonies of #E0B453
Complementary color
Monochromatic Colors of #E0B453
Black with #E0B453
Text Example
Text Example
White with #E0B453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B453; }
p { color: rgb(224,180,83); }
H1.HeaderClassName
{
color: #E0B453;
}
.AnyTagClassName
{
color: #E0B453;
}
</style>
background-color css
<style>
a { background-color: #E0B453; }
a { background-color: rgb(224,180,83); }
div.DivClassName
{
background-color: #E0B453;
}
.BgClassName
{
background-color: #E0B453;
}
</style>
border-color css
<style>
span { border-color: #E0B453; }
span { border-color: rgb(224,180,83); }
td.TdClassName
{
border-color: #E0B453;
}
.TagClassName
{
border-color: #E0B453;
}
</style>