#E1A452

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

Shades of Rob Roy #E1A452

Tints of Rob Roy #E1A452

Color information

#E1A452 (or 0xE1A452) is unknown color: approx Rob Roy. HEX triplet: E1, A4 and 52. RGB value is (225,164,82). Sum of RGB (Red+Green+Blue) = 225+164+82=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A452 is #1E5BAD. Grayscale: #ADADAD. Windows color (decimal): -1989550 or 5416161. OLE color: 5416161.

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

Color convert

RGB22516482-
CMYK00.270.640.12
HSL34.41º70.44%60.2%-
HSV(B)34.41º63.56%88.24%-
XYZ45.8543.1713.9-
YUV172.8976.71165.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=47.77%
G=34.82%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251648200.270.640.1234.4170.4460.2
HexE1A45201B40C22463c
Octal341244122033100144210674
Binary11100001101001001010010011011100000011001000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A452; }

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

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

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

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

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

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

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

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