#E2A95D

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

Shades of Rob Roy #E2A95D

Tints of Rob Roy #E2A95D

Color information

#E2A95D (or 0xE2A95D) is unknown color: approx Rob Roy. HEX triplet: E2, A9 and 5D. RGB value is (226,169,93). Sum of RGB (Red+Green+Blue) = 226+169+93=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A95D is #1D56A2. Grayscale: #B1B1B1. Windows color (decimal): -1922723 or 6138338. OLE color: 6138338.

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

Color convert

RGB22616993-
CMYK00.250.590.11
HSL34.29º69.63%62.55%-
HSV(B)34.29º58.85%88.63%-
XYZ47.5345.3316.6-
YUV177.3880.38162.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.31%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 93 (36.72% from 255) = 19.06%
R=46.31%
G=34.63%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261699300.250.590.1134.2969.6362.55
HexE2A95D0193BB22463f
Octal34225113503173134210677
Binary1110001010101001101110101100111101110111000101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A95D; }

 p { color: rgb(226,169,93); }

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

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

 a { background-color: rgb(226,169,93); }

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

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

 span { border-color: rgb(226,169,93); }

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