#E1AD53

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

Shades of Rob Roy #E1AD53

Tints of Rob Roy #E1AD53

Color information

#E1AD53 (or 0xE1AD53) is unknown color: approx Rob Roy. HEX triplet: E1, AD and 53. RGB value is (225,173,83). Sum of RGB (Red+Green+Blue) = 225+173+83=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD53 is #1E52AC. Grayscale: #B2B2B2. Windows color (decimal): -1987245 or 5484001. OLE color: 5484001.

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

Color convert

RGB22517383-
CMYK00.230.630.12
HSL38.03º70.3%60.39%-
HSV(B)38.03º63.11%88.24%-
XYZ47.5646.5214.66-
YUV178.2974.23161.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 83 (32.81% from 255) = 17.26%
R=46.78%
G=35.97%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251738300.230.630.1238.0370.360.39
HexE1AD530173FC26463c
Octal34125512302777144610674
Binary1110000110101101101001101011111111111001001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD53; }

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

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

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

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

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

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

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

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