#E5B05A

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

Shades of Rob Roy #E5B05A

Tints of Rob Roy #E5B05A

Color information

#E5B05A (or 0xE5B05A) is unknown color: approx Rob Roy. HEX triplet: E5, B0 and 5A. RGB value is (229,176,90). Sum of RGB (Red+Green+Blue) = 229+176+90=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B05A is #1A4FA5. Grayscale: #B6B6B6. Windows color (decimal): -1724326 or 5943525. OLE color: 5943525.

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

Color convert

RGB22917690-
CMYK00.230.610.10
HSL37.12º72.77%62.55%-
HSV(B)37.12º60.7%89.8%-
XYZ49.6848.4516.41-
YUV182.0476.06161.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=46.26%
G=35.56%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291769000.230.610.1037.1272.7762.55
HexE5B05A0173DA25493f
Octal34526013202775124511177
Binary1110010110110000101101001011111110110101001011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B05A; }

 p { color: rgb(229,176,90); }

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

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

 a { background-color: rgb(229,176,90); }

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

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

 span { border-color: rgb(229,176,90); }

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