#E1A951

Color #E1A951 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #E1A951

Tints of Rob Roy #E1A951

Color information

#E1A951 (or 0xE1A951) is unknown color: approx Rob Roy. HEX triplet: E1, A9 and 51. RGB value is (225,169,81). Sum of RGB (Red+Green+Blue) = 225+169+81=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A951 is #1E56AE. Grayscale: #B0B0B0. Windows color (decimal): -1988271 or 5351905. OLE color: 5351905.

HSL color Cylindrical-coordinate representation of color #E1A951: hue angle of 36.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1A951 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22516981-
CMYK00.250.640.12
HSL36.67º70.59%60%-
HSV(B)36.67º64%88.24%-
XYZ46.7244.9814-
YUV175.7174.55163.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=47.37%
G=35.58%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251698100.250.640.1236.6770.5960
HexE1A95101940C25473c
Octal341251121031100144510774
Binary11100001101010011010001011001100000011001001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A951; }

 p { color: rgb(225,169,81); }

 H1.HeaderClassName
 {
   color: #E1A951;
 }
 .AnyTagClassName
 {
   color: #E1A951;
 }
</style>
background-color css

<style>
 a { background-color: #E1A951; }

 a { background-color: rgb(225,169,81); }

 div.DivClassName
 {
   background-color: #E1A951;
 }
 .BgClassName
 {
   background-color: #E1A951;
 }
</style>
border-color css

<style>
 span { border-color: #E1A951; }

 span { border-color: rgb(225,169,81); }

 td.TdClassName
 {
   border-color: #E1A951;
 }
 .TagClassName
 {
   border-color: #E1A951;
 }
</style>