#E1AC4F

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

Shades of Rob Roy #E1AC4F

Tints of Rob Roy #E1AC4F

Color information

#E1AC4F (or 0xE1AC4F) is unknown color: approx Rob Roy. HEX triplet: E1, AC and 4F. RGB value is (225,172,79). Sum of RGB (Red+Green+Blue) = 225+172+79=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AC4F is #1E53B0. Grayscale: #B1B1B1. Windows color (decimal): -1987505 or 5221601. OLE color: 5221601.

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

Color convert

RGB22517279-
CMYK00.240.650.12
HSL38.22º70.87%59.61%-
HSV(B)38.22º64.89%88.24%-
XYZ47.2246.0813.8-
YUV177.2472.56162.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 79 (31.25% from 255) = 16.60%
R=47.27%
G=36.13%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251727900.240.650.1238.2270.8759.61
HexE1AC4F01841C26473c
Octal341254117030101144610774
Binary11100001101011001001111011000100000111001001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AC4F; }

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

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

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

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

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

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

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

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