#E1A954

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

Shades of Rob Roy #E1A954

Tints of Rob Roy #E1A954

Color information

#E1A954 (or 0xE1A954) is unknown color: approx Rob Roy. HEX triplet: E1, A9 and 54. RGB value is (225,169,84). Sum of RGB (Red+Green+Blue) = 225+169+84=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A954 is #1E56AB. Grayscale: #B0B0B0. Windows color (decimal): -1988268 or 5548513. OLE color: 5548513.

HSL color Cylindrical-coordinate representation of color #E1A954: hue angle of 36.17º 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 #E1A954 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB22516984-
CMYK00.250.630.12
HSL36.17º70.15%60.59%-
HSV(B)36.17º62.67%88.24%-
XYZ46.8445.0214.61-
YUV176.0576.05162.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 84 (33.20% from 255) = 17.57%
R=47.07%
G=35.36%
B=17.57%

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
Decimal2251698400.250.630.1236.1770.1560.59
HexE1A9540193FC24463d
Octal34125112403177144410675
Binary1110000110101001101010001100111111111001001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A954; }

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

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

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

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

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

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

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

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