#E1A854

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

Shades of Rob Roy #E1A854

Tints of Rob Roy #E1A854

Color information

#E1A854 (or 0xE1A854) is unknown color: approx Rob Roy. HEX triplet: E1, A8 and 54. RGB value is (225,168,84). Sum of RGB (Red+Green+Blue) = 225+168+84=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A854 is #1E57AB. Grayscale: #AFAFAF. Windows color (decimal): -1988524 or 5548257. OLE color: 5548257.

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

Color convert

RGB22516884-
CMYK00.250.630.12
HSL35.74º70.15%60.59%-
HSV(B)35.74º62.67%88.24%-
XYZ46.6544.6514.55-
YUV175.4776.38163.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 84 (33.20% from 255) = 17.61%
R=47.17%
G=35.22%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251688400.250.630.1235.7470.1560.59
HexE1A8540193FC24463d
Octal34125012403177144410675
Binary1110000110101000101010001100111111111001001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A854; }

 p { color: rgb(225,168,84); }

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

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

 a { background-color: rgb(225,168,84); }

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

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

 span { border-color: rgb(225,168,84); }

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