#E1A74F

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

Shades of Rob Roy #E1A74F

Tints of Rob Roy #E1A74F

Color information

#E1A74F (or 0xE1A74F) is unknown color: approx Rob Roy. HEX triplet: E1, A7 and 4F. RGB value is (225,167,79). Sum of RGB (Red+Green+Blue) = 225+167+79=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A74F is #1E58B0. Grayscale: #AEAEAE. Windows color (decimal): -1988785 or 5220321. OLE color: 5220321.

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

Color convert

RGB22516779-
CMYK00.260.650.12
HSL36.16º70.87%59.61%-
HSV(B)36.16º64.89%88.24%-
XYZ46.2844.2113.49-
YUV174.3174.22164.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 79 (31.25% from 255) = 16.77%
R=47.77%
G=35.46%
B=16.77%

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
Decimal2251677900.260.650.1236.1670.8759.61
HexE1A74F01A41C24473c
Octal341247117032101144410774
Binary11100001101001111001111011010100000111001001001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A74F; }

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

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

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

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

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

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

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

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