#E1A64F

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

Shades of Rob Roy #E1A64F

Tints of Rob Roy #E1A64F

Color information

#E1A64F (or 0xE1A64F) is unknown color: approx Rob Roy. HEX triplet: E1, A6 and 4F. RGB value is (225,166,79). Sum of RGB (Red+Green+Blue) = 225+166+79=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A64F is #1E59B0. Grayscale: #AEAEAE. Windows color (decimal): -1989041 or 5220065. OLE color: 5220065.

HSL color Cylindrical-coordinate representation of color #E1A64F: hue angle of 35.75º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1A64F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB22516679-
CMYK00.260.650.12
HSL35.75º70.87%59.61%-
HSV(B)35.75º64.89%88.24%-
XYZ46.143.8413.43-
YUV173.7274.55164.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 79 (31.25% from 255) = 16.81%
R=47.87%
G=35.32%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251667900.260.650.1235.7570.8759.61
HexE1A64F01A41C24473c
Octal341246117032101144410774
Binary11100001101001101001111011010100000111001001001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A64F; }

 p { color: rgb(225,166,79); }

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

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

 a { background-color: rgb(225,166,79); }

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

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

 span { border-color: rgb(225,166,79); }

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