Shades of Rob Roy #E4A34E
Tints of Rob Roy #E4A34E
RGB
CMYK
RGB Variations
Color information
#E4A34E (or 0xE4A34E) is known color: Rob Roy. HEX triplet: E4, A3 and 4E. RGB value is (228,163,78). Sum of RGB (Red+Green+Blue) = 228+163+78=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A34E is #1B5CB1. Grayscale: #ADADAD. Windows color (decimal): -1793202 or 5153764. OLE color: 5153764.
HSL color Cylindrical-coordinate representation of color #E4A34E: hue angle of 34º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4A34E is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 163 | 78 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.11 |
| HSL | 34º | 0.74% | 0.6% | - |
| HSV(B) | 34º | 0.66% | 0.89% | - |
| XYZ | 46.47 | 43.24 | 13.1 | - |
| YUV | 172.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 163 | 78 | 0 | 0.29 | 0.66 | 0.11 | 34 | 0.74 | 0.6 |
| Hex | E4 | A3 | 4E | 0 | 1D | 42 | B | 22 | 4A | 3C |
| Octal | 344 | 243 | 116 | 0 | 35 | 102 | 13 | 42 | 112 | 74 |
| Binary | 11100100 | 10100011 | 1001110 | 0 | 11101 | 1000010 | 1011 | 100010 | 1001010 | 111100 |
Color Harmonies of #E4A34E
Complementary color
Monochromatic Colors of #E4A34E
Black with #E4A34E
Text Example
Text Example
White with #E4A34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A34E; }
p { color: rgb(228,163,78); }
H1.HeaderClassName
{
color: #E4A34E;
}
.AnyTagClassName
{
color: #E4A34E;
}
</style>
background-color css
<style>
a { background-color: #E4A34E; }
a { background-color: rgb(228,163,78); }
div.DivClassName
{
background-color: #E4A34E;
}
.BgClassName
{
background-color: #E4A34E;
}
</style>
border-color css
<style>
span { border-color: #E4A34E; }
span { border-color: rgb(228,163,78); }
td.TdClassName
{
border-color: #E4A34E;
}
.TagClassName
{
border-color: #E4A34E;
}
</style>