Shades of Rob Roy #E2AF4F
Tints of Rob Roy #E2AF4F
RGB
CMYK
RGB Variations
Color information
#E2AF4F (or 0xE2AF4F) is known color: Rob Roy. HEX triplet: E2, AF and 4F. RGB value is (226,175,79). Sum of RGB (Red+Green+Blue) = 226+175+79=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF4F is #1D50B0. Grayscale: #B3B3B3. Windows color (decimal): -1921201 or 5222370. OLE color: 5222370.
HSL color Cylindrical-coordinate representation of color #E2AF4F: hue angle of 39.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2AF4F is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 79 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.11 |
| HSL | 39.18º | 0.72% | 0.6% | - |
| HSV(B) | 39.18º | 0.65% | 0.89% | - |
| XYZ | 48.11 | 47.39 | 14.01 | - |
| YUV | 179.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 79 | 0 | 0.23 | 0.65 | 0.11 | 39.18 | 0.72 | 0.6 |
| Hex | E2 | AF | 4F | 0 | 17 | 41 | B | 27 | 48 | 3C |
| Octal | 342 | 257 | 117 | 0 | 27 | 101 | 13 | 47 | 110 | 74 |
| Binary | 11100010 | 10101111 | 1001111 | 0 | 10111 | 1000001 | 1011 | 100111 | 1001000 | 111100 |
Color Harmonies of #E2AF4F
Complementary color
Monochromatic Colors of #E2AF4F
Black with #E2AF4F
Text Example
Text Example
White with #E2AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF4F; }
p { color: rgb(226,175,79); }
H1.HeaderClassName
{
color: #E2AF4F;
}
.AnyTagClassName
{
color: #E2AF4F;
}
</style>
background-color css
<style>
a { background-color: #E2AF4F; }
a { background-color: rgb(226,175,79); }
div.DivClassName
{
background-color: #E2AF4F;
}
.BgClassName
{
background-color: #E2AF4F;
}
</style>
border-color css
<style>
span { border-color: #E2AF4F; }
span { border-color: rgb(226,175,79); }
td.TdClassName
{
border-color: #E2AF4F;
}
.TagClassName
{
border-color: #E2AF4F;
}
</style>