#E1B04F

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

Shades of Rob Roy #E1B04F

Tints of Rob Roy #E1B04F

Color information

#E1B04F (or 0xE1B04F) is unknown color: approx Rob Roy. HEX triplet: E1, B0 and 4F. RGB value is (225,176,79). Sum of RGB (Red+Green+Blue) = 225+176+79=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B04F is #1E4FB0. Grayscale: #B4B4B4. Windows color (decimal): -1986481 or 5222625. OLE color: 5222625.

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

Color convert

RGB22517679-
CMYK00.220.650.12
HSL39.86º70.87%59.61%-
HSV(B)39.86º64.89%88.24%-
XYZ47.9947.6214.06-
YUV179.5971.23160.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.88%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=46.88%
G=36.67%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251767900.220.650.1239.8670.8759.61
HexE1B04F01641C28473c
Octal341260117026101145010774
Binary11100001101100001001111010110100000111001010001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B04F; }

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

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

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

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

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

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

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

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