Shades of Rob Roy #E4AC5C
Tints of Rob Roy #E4AC5C
RGB
CMYK
RGB Variations
Color information
#E4AC5C (or 0xE4AC5C) is known color: Rob Roy. HEX triplet: E4, AC and 5C. RGB value is (228,172,92). Sum of RGB (Red+Green+Blue) = 228+172+92=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AC5C is #1B53A3. Grayscale: #B4B4B4. Windows color (decimal): -1790884 or 6073572. OLE color: 6073572.
HSL color Cylindrical-coordinate representation of color #E4AC5C: hue angle of 35.29º 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 #E4AC5C is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 172 | 92 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.11 |
| HSL | 35.29º | 0.72% | 0.63% | - |
| HSV(B) | 35.29º | 0.6% | 0.89% | - |
| XYZ | 48.68 | 46.77 | 16.59 | - |
| YUV | 179.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 92 | 0 | 0.25 | 0.60 | 0.11 | 35.29 | 0.72 | 0.63 |
| Hex | E4 | AC | 5C | 0 | 19 | 3C | B | 23 | 48 | 3F |
| Octal | 344 | 254 | 134 | 0 | 31 | 74 | 13 | 43 | 110 | 77 |
| Binary | 11100100 | 10101100 | 1011100 | 0 | 11001 | 111100 | 1011 | 100011 | 1001000 | 111111 |
Color Harmonies of #E4AC5C
Complementary color
Monochromatic Colors of #E4AC5C
Black with #E4AC5C
Text Example
Text Example
White with #E4AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AC5C; }
p { color: rgb(228,172,92); }
H1.HeaderClassName
{
color: #E4AC5C;
}
.AnyTagClassName
{
color: #E4AC5C;
}
</style>
background-color css
<style>
a { background-color: #E4AC5C; }
a { background-color: rgb(228,172,92); }
div.DivClassName
{
background-color: #E4AC5C;
}
.BgClassName
{
background-color: #E4AC5C;
}
</style>
border-color css
<style>
span { border-color: #E4AC5C; }
span { border-color: rgb(228,172,92); }
td.TdClassName
{
border-color: #E4AC5C;
}
.TagClassName
{
border-color: #E4AC5C;
}
</style>