#E1A853

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

Shades of Rob Roy #E1A853

Tints of Rob Roy #E1A853

Color information

#E1A853 (or 0xE1A853) is unknown color: approx Rob Roy. HEX triplet: E1, A8 and 53. RGB value is (225,168,83). Sum of RGB (Red+Green+Blue) = 225+168+83=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A853 is #1E57AC. Grayscale: #AFAFAF. Windows color (decimal): -1988525 or 5482721. OLE color: 5482721.

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

Color convert

RGB22516883-
CMYK00.250.630.12
HSL35.92º70.3%60.39%-
HSV(B)35.92º63.11%88.24%-
XYZ46.6244.6414.34-
YUV175.3575.88163.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 83 (32.81% from 255) = 17.44%
R=47.27%
G=35.29%
B=17.44%

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
Decimal2251688300.250.630.1235.9270.360.39
HexE1A8530193FC24463c
Octal34125012303177144410674
Binary1110000110101000101001101100111111111001001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A853; }

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

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

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

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

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

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

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

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