#E1AD52

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

Shades of Rob Roy #E1AD52

Tints of Rob Roy #E1AD52

Color information

#E1AD52 (or 0xE1AD52) is unknown color: approx Rob Roy. HEX triplet: E1, AD and 52. RGB value is (225,173,82). Sum of RGB (Red+Green+Blue) = 225+173+82=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD52 is #1E52AD. Grayscale: #B2B2B2. Windows color (decimal): -1987246 or 5418465. OLE color: 5418465.

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

Color convert

RGB22517382-
CMYK00.230.640.12
HSL38.18º70.44%60.2%-
HSV(B)38.18º63.56%88.24%-
XYZ47.5246.514.45-
YUV178.1773.73161.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.88%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 82 (32.42% from 255) = 17.08%
R=46.88%
G=36.04%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251738200.230.640.1238.1870.4460.2
HexE1AD5201740C26463c
Octal341255122027100144610674
Binary11100001101011011010010010111100000011001001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD52; }

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

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

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

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

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

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

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

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