#e5b15d

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

Shades of Rob Roy #E5B15D

Tints of Rob Roy #E5B15D

Color information

#E5B15D (or 0xE5B15D) is unknown color: approx Rob Roy. HEX triplet: E5, B1 and 5D. RGB value is (229,177,93). Sum of RGB (Red+Green+Blue) = 229+177+93=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B15D is #1A4EA2. Grayscale: #B7B7B7. Windows color (decimal): -1724067 or 6140389. OLE color: 6140389.

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

Color convert

RGB22917793-
CMYK00.230.590.10
HSL37.06º72.34%63.14%-
HSV(B)37.06º59.39%89.8%-
XYZ50.0148.8917.16-
YUV182.9777.23160.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 93 (36.72% from 255) = 18.64%
R=45.89%
G=35.47%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291779300.230.590.1037.0672.3463.14
HexE5B15D0173BA25483f
Octal34526113502773124511077
Binary1110010110110001101110101011111101110101001011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b15d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b15d; }

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

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

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

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

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

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

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

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