Shades of Rob Roy #E2B25A
Tints of Rob Roy #E2B25A
RGB
CMYK
RGB Variations
Color information
#E2B25A (or 0xE2B25A) is known color: Rob Roy. HEX triplet: E2, B2 and 5A. RGB value is (226,178,90). Sum of RGB (Red+Green+Blue) = 226+178+90=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B25A is #1D4DA5. Grayscale: #B6B6B6. Windows color (decimal): -1920422 or 5944034. OLE color: 5944034.
HSL color Cylindrical-coordinate representation of color #E2B25A: hue angle of 38.82º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2B25A is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 90 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.11 |
| HSL | 38.82º | 0.7% | 0.62% | - |
| HSV(B) | 38.82º | 0.6% | 0.89% | - |
| XYZ | 49.13 | 48.75 | 16.49 | - |
| YUV | 182.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 90 | 0 | 0.21 | 0.60 | 0.11 | 38.82 | 0.7 | 0.62 |
| Hex | E2 | B2 | 5A | 0 | 15 | 3C | B | 27 | 46 | 3E |
| Octal | 342 | 262 | 132 | 0 | 25 | 74 | 13 | 47 | 106 | 76 |
| Binary | 11100010 | 10110010 | 1011010 | 0 | 10101 | 111100 | 1011 | 100111 | 1000110 | 111110 |
Color Harmonies of #E2B25A
Complementary color
Monochromatic Colors of #E2B25A
Black with #E2B25A
Text Example
Text Example
White with #E2B25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B25A; }
p { color: rgb(226,178,90); }
H1.HeaderClassName
{
color: #E2B25A;
}
.AnyTagClassName
{
color: #E2B25A;
}
</style>
background-color css
<style>
a { background-color: #E2B25A; }
a { background-color: rgb(226,178,90); }
div.DivClassName
{
background-color: #E2B25A;
}
.BgClassName
{
background-color: #E2B25A;
}
</style>
border-color css
<style>
span { border-color: #E2B25A; }
span { border-color: rgb(226,178,90); }
td.TdClassName
{
border-color: #E2B25A;
}
.TagClassName
{
border-color: #E2B25A;
}
</style>