#E1B14C

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

Shades of Rob Roy #E1B14C

Tints of Rob Roy #E1B14C

Color information

#E1B14C (or 0xE1B14C) is unknown color: approx Rob Roy. HEX triplet: E1, B1 and 4C. RGB value is (225,177,76). Sum of RGB (Red+Green+Blue) = 225+177+76=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B14C is #1E4EB3. Grayscale: #B4B4B4. Windows color (decimal): -1986228 or 5026273. OLE color: 5026273.

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

Color convert

RGB22517776-
CMYK00.210.660.12
HSL40.67º71.29%59.02%-
HSV(B)40.67º66.22%88.24%-
XYZ48.0847.9713.56-
YUV179.8469.4160.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 76 (30.08% from 255) = 15.90%
R=47.07%
G=37.03%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251777600.210.660.1240.6771.2959.02
HexE1B14C01542C29473b
Octal341261114025102145110773
Binary11100001101100011001100010101100001011001010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B14C; }

 p { color: rgb(225,177,76); }

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

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

 a { background-color: rgb(225,177,76); }

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

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

 span { border-color: rgb(225,177,76); }

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