Shades of Rob Roy #E3AC5B
Tints of Rob Roy #E3AC5B
RGB
CMYK
RGB Variations
Color information
#E3AC5B (or 0xE3AC5B) is known color: Rob Roy. HEX triplet: E3, AC and 5B. RGB value is (227,172,91). Sum of RGB (Red+Green+Blue) = 227+172+91=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AC5B is #1C53A4. Grayscale: #B3B3B3. Windows color (decimal): -1856421 or 6008035. OLE color: 6008035.
HSL color Cylindrical-coordinate representation of color #E3AC5B: hue angle of 35.74º degrees, saturation: 0.71, 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 #E3AC5B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 91 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.11 |
| HSL | 35.74º | 0.71% | 0.62% | - |
| HSV(B) | 35.74º | 0.6% | 0.89% | - |
| XYZ | 48.32 | 46.59 | 16.34 | - |
| YUV | 179.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 91 | 0 | 0.24 | 0.60 | 0.11 | 35.74 | 0.71 | 0.62 |
| Hex | E3 | AC | 5B | 0 | 18 | 3C | B | 24 | 47 | 3E |
| Octal | 343 | 254 | 133 | 0 | 30 | 74 | 13 | 44 | 107 | 76 |
| Binary | 11100011 | 10101100 | 1011011 | 0 | 11000 | 111100 | 1011 | 100100 | 1000111 | 111110 |
Color Harmonies of #E3AC5B
Complementary color
Monochromatic Colors of #E3AC5B
Black with #E3AC5B
Text Example
Text Example
White with #E3AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC5B; }
p { color: rgb(227,172,91); }
H1.HeaderClassName
{
color: #E3AC5B;
}
.AnyTagClassName
{
color: #E3AC5B;
}
</style>
background-color css
<style>
a { background-color: #E3AC5B; }
a { background-color: rgb(227,172,91); }
div.DivClassName
{
background-color: #E3AC5B;
}
.BgClassName
{
background-color: #E3AC5B;
}
</style>
border-color css
<style>
span { border-color: #E3AC5B; }
span { border-color: rgb(227,172,91); }
td.TdClassName
{
border-color: #E3AC5B;
}
.TagClassName
{
border-color: #E3AC5B;
}
</style>