Shades of Rob Roy #E2B04B
Tints of Rob Roy #E2B04B
RGB
CMYK
RGB Variations
Color information
#E2B04B (or 0xE2B04B) is known color: Rob Roy. HEX triplet: E2, B0 and 4B. RGB value is (226,176,75). Sum of RGB (Red+Green+Blue) = 226+176+75=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B04B is #1D4FB4. Grayscale: #B3B3B3. Windows color (decimal): -1920949 or 4960482. OLE color: 4960482.
HSL color Cylindrical-coordinate representation of color #E2B04B: hue angle of 40.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2B04B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 75 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.11 |
| HSL | 40.13º | 0.72% | 0.59% | - |
| HSV(B) | 40.13º | 0.67% | 0.89% | - |
| XYZ | 48.16 | 47.73 | 13.33 | - |
| YUV | 179.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 75 | 0 | 0.22 | 0.67 | 0.11 | 40.13 | 0.72 | 0.59 |
| Hex | E2 | B0 | 4B | 0 | 16 | 43 | B | 28 | 48 | 3B |
| Octal | 342 | 260 | 113 | 0 | 26 | 103 | 13 | 50 | 110 | 73 |
| Binary | 11100010 | 10110000 | 1001011 | 0 | 10110 | 1000011 | 1011 | 101000 | 1001000 | 111011 |
Color Harmonies of #E2B04B
Complementary color
Monochromatic Colors of #E2B04B
Black with #E2B04B
Text Example
Text Example
White with #E2B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B04B; }
p { color: rgb(226,176,75); }
H1.HeaderClassName
{
color: #E2B04B;
}
.AnyTagClassName
{
color: #E2B04B;
}
</style>
background-color css
<style>
a { background-color: #E2B04B; }
a { background-color: rgb(226,176,75); }
div.DivClassName
{
background-color: #E2B04B;
}
.BgClassName
{
background-color: #E2B04B;
}
</style>
border-color css
<style>
span { border-color: #E2B04B; }
span { border-color: rgb(226,176,75); }
td.TdClassName
{
border-color: #E2B04B;
}
.TagClassName
{
border-color: #E2B04B;
}
</style>