Shades of Rob Roy #E5AC4F
Tints of Rob Roy #E5AC4F
RGB
CMYK
RGB Variations
Color information
#E5AC4F (or 0xE5AC4F) is known color: Rob Roy. HEX triplet: E5, AC and 4F. RGB value is (229,172,79). Sum of RGB (Red+Green+Blue) = 229+172+79=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AC4F is #1A53B0. Grayscale: #B2B2B2. Windows color (decimal): -1725361 or 5221605. OLE color: 5221605.
HSL color Cylindrical-coordinate representation of color #E5AC4F: hue angle of 37.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5AC4F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 79 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.10 |
| HSL | 37.2º | 0.74% | 0.6% | - |
| HSV(B) | 37.2º | 0.66% | 0.9% | - |
| XYZ | 48.48 | 46.73 | 13.86 | - |
| YUV | 178.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 79 | 0 | 0.25 | 0.66 | 0.10 | 37.2 | 0.74 | 0.6 |
| Hex | E5 | AC | 4F | 0 | 19 | 42 | A | 25 | 4A | 3C |
| Octal | 345 | 254 | 117 | 0 | 31 | 102 | 12 | 45 | 112 | 74 |
| Binary | 11100101 | 10101100 | 1001111 | 0 | 11001 | 1000010 | 1010 | 100101 | 1001010 | 111100 |
Color Harmonies of #E5AC4F
Complementary color
Monochromatic Colors of #E5AC4F
Black with #E5AC4F
Text Example
Text Example
White with #E5AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC4F; }
p { color: rgb(229,172,79); }
H1.HeaderClassName
{
color: #E5AC4F;
}
.AnyTagClassName
{
color: #E5AC4F;
}
</style>
background-color css
<style>
a { background-color: #E5AC4F; }
a { background-color: rgb(229,172,79); }
div.DivClassName
{
background-color: #E5AC4F;
}
.BgClassName
{
background-color: #E5AC4F;
}
</style>
border-color css
<style>
span { border-color: #E5AC4F; }
span { border-color: rgb(229,172,79); }
td.TdClassName
{
border-color: #E5AC4F;
}
.TagClassName
{
border-color: #E5AC4F;
}
</style>