Shades of Rob Roy #E2B45A
Tints of Rob Roy #E2B45A
RGB
CMYK
RGB Variations
Color information
#E2B45A (or 0xE2B45A) is known color: Rob Roy. HEX triplet: E2, B4 and 5A. RGB value is (226,180,90). Sum of RGB (Red+Green+Blue) = 226+180+90=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B45A is #1D4BA5. Grayscale: #B7B7B7. Windows color (decimal): -1919910 or 5944546. OLE color: 5944546.
HSL color Cylindrical-coordinate representation of color #E2B45A: hue angle of 39.71º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2B45A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 90 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.11 |
| HSL | 39.71º | 0.7% | 0.62% | - |
| HSV(B) | 39.71º | 0.6% | 0.89% | - |
| XYZ | 49.53 | 49.55 | 16.63 | - |
| YUV | 183.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 90 | 0 | 0.20 | 0.60 | 0.11 | 39.71 | 0.7 | 0.62 |
| Hex | E2 | B4 | 5A | 0 | 14 | 3C | B | 28 | 46 | 3E |
| Octal | 342 | 264 | 132 | 0 | 24 | 74 | 13 | 50 | 106 | 76 |
| Binary | 11100010 | 10110100 | 1011010 | 0 | 10100 | 111100 | 1011 | 101000 | 1000110 | 111110 |
Color Harmonies of #E2B45A
Complementary color
Monochromatic Colors of #E2B45A
Black with #E2B45A
Text Example
Text Example
White with #E2B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B45A; }
p { color: rgb(226,180,90); }
H1.HeaderClassName
{
color: #E2B45A;
}
.AnyTagClassName
{
color: #E2B45A;
}
</style>
background-color css
<style>
a { background-color: #E2B45A; }
a { background-color: rgb(226,180,90); }
div.DivClassName
{
background-color: #E2B45A;
}
.BgClassName
{
background-color: #E2B45A;
}
</style>
border-color css
<style>
span { border-color: #E2B45A; }
span { border-color: rgb(226,180,90); }
td.TdClassName
{
border-color: #E2B45A;
}
.TagClassName
{
border-color: #E2B45A;
}
</style>