Shades of Rob Roy #E1A54A
Tints of Rob Roy #E1A54A
RGB
CMYK
RGB Variations
Color information
#E1A54A (or 0xE1A54A) is known color: Rob Roy. HEX triplet: E1, A5 and 4A. RGB value is (225,165,74). Sum of RGB (Red+Green+Blue) = 225+165+74=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A54A is #1E5AB5. Grayscale: #ACACAC. Windows color (decimal): -1989302 or 4892129. OLE color: 4892129.
HSL color Cylindrical-coordinate representation of color #E1A54A: hue angle of 36.16º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1A54A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 74 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.12 |
| HSL | 36.16º | 0.72% | 0.59% | - |
| HSV(B) | 36.16º | 0.67% | 0.88% | - |
| XYZ | 45.74 | 43.41 | 12.45 | - |
| YUV | 172.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 74 | 0 | 0.27 | 0.67 | 0.12 | 36.16 | 0.72 | 0.59 |
| Hex | E1 | A5 | 4A | 0 | 1B | 43 | C | 24 | 48 | 3B |
| Octal | 341 | 245 | 112 | 0 | 33 | 103 | 14 | 44 | 110 | 73 |
| Binary | 11100001 | 10100101 | 1001010 | 0 | 11011 | 1000011 | 1100 | 100100 | 1001000 | 111011 |
Color Harmonies of #E1A54A
Complementary color
Monochromatic Colors of #E1A54A
Black with #E1A54A
Text Example
Text Example
White with #E1A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A54A; }
p { color: rgb(225,165,74); }
H1.HeaderClassName
{
color: #E1A54A;
}
.AnyTagClassName
{
color: #E1A54A;
}
</style>
background-color css
<style>
a { background-color: #E1A54A; }
a { background-color: rgb(225,165,74); }
div.DivClassName
{
background-color: #E1A54A;
}
.BgClassName
{
background-color: #E1A54A;
}
</style>
border-color css
<style>
span { border-color: #E1A54A; }
span { border-color: rgb(225,165,74); }
td.TdClassName
{
border-color: #E1A54A;
}
.TagClassName
{
border-color: #E1A54A;
}
</style>