#E5B155

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

Shades of Rob Roy #E5B155

Tints of Rob Roy #E5B155

Color information

#E5B155 (or 0xE5B155) is unknown color: approx Rob Roy. HEX triplet: E5, B1 and 55. RGB value is (229,177,85). Sum of RGB (Red+Green+Blue) = 229+177+85=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B155 is #1A4EAA. Grayscale: #B6B6B6. Windows color (decimal): -1724075 or 5616101. OLE color: 5616101.

HSL color Cylindrical-coordinate representation of color #E5B155: hue angle of 38.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5B155 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB22917785-
CMYK00.230.630.10
HSL38.33º73.47%61.57%-
HSV(B)38.33º62.88%89.8%-
XYZ49.6748.7615.39-
YUV182.0673.23161.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=46.64%
G=36.05%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291778500.230.630.1038.3373.4761.57
HexE5B1550173FA26493e
Octal34526112502777124611176
Binary1110010110110001101010101011111111110101001101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B155; }

 p { color: rgb(229,177,85); }

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

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

 a { background-color: rgb(229,177,85); }

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

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

 span { border-color: rgb(229,177,85); }

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