#E1A852

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

Shades of Rob Roy #E1A852

Tints of Rob Roy #E1A852

Color information

#E1A852 (or 0xE1A852) is unknown color: approx Rob Roy. HEX triplet: E1, A8 and 52. RGB value is (225,168,82). Sum of RGB (Red+Green+Blue) = 225+168+82=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A852 is #1E57AD. Grayscale: #AFAFAF. Windows color (decimal): -1988526 or 5417185. OLE color: 5417185.

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

Color convert

RGB22516882-
CMYK00.250.640.12
HSL36.08º70.44%60.2%-
HSV(B)36.08º63.56%88.24%-
XYZ46.5844.6214.14-
YUV175.2475.38163.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=47.37%
G=35.37%
B=17.26%

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
Decimal2251688200.250.640.1236.0870.4460.2
HexE1A85201940C24463c
Octal341250122031100144410674
Binary11100001101010001010010011001100000011001001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A852; }

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

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

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

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

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

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

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

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