Shades of Rob Roy #E4AF5B
Tints of Rob Roy #E4AF5B
RGB
CMYK
RGB Variations
Color information
#E4AF5B (or 0xE4AF5B) is known color: Rob Roy. HEX triplet: E4, AF and 5B. RGB value is (228,175,91). Sum of RGB (Red+Green+Blue) = 228+175+91=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF5B is #1B50A4. Grayscale: #B5B5B5. Windows color (decimal): -1790117 or 6008804. OLE color: 6008804.
HSL color Cylindrical-coordinate representation of color #E4AF5B: hue angle of 36.79º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4AF5B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 91 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.11 |
| HSL | 36.79º | 0.72% | 0.63% | - |
| HSV(B) | 36.79º | 0.6% | 0.89% | - |
| XYZ | 49.21 | 47.91 | 16.55 | - |
| YUV | 181.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 91 | 0 | 0.23 | 0.60 | 0.11 | 36.79 | 0.72 | 0.63 |
| Hex | E4 | AF | 5B | 0 | 17 | 3C | B | 25 | 48 | 3F |
| Octal | 344 | 257 | 133 | 0 | 27 | 74 | 13 | 45 | 110 | 77 |
| Binary | 11100100 | 10101111 | 1011011 | 0 | 10111 | 111100 | 1011 | 100101 | 1001000 | 111111 |
Color Harmonies of #E4AF5B
Complementary color
Monochromatic Colors of #E4AF5B
Black with #E4AF5B
Text Example
Text Example
White with #E4AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AF5B; }
p { color: rgb(228,175,91); }
H1.HeaderClassName
{
color: #E4AF5B;
}
.AnyTagClassName
{
color: #E4AF5B;
}
</style>
background-color css
<style>
a { background-color: #E4AF5B; }
a { background-color: rgb(228,175,91); }
div.DivClassName
{
background-color: #E4AF5B;
}
.BgClassName
{
background-color: #E4AF5B;
}
</style>
border-color css
<style>
span { border-color: #E4AF5B; }
span { border-color: rgb(228,175,91); }
td.TdClassName
{
border-color: #E4AF5B;
}
.TagClassName
{
border-color: #E4AF5B;
}
</style>