#e5a754

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

Shades of Rob Roy #E5A754

Tints of Rob Roy #E5A754

Color information

#E5A754 (or 0xE5A754) is unknown color: approx Rob Roy. HEX triplet: E5, A7 and 54. RGB value is (229,167,84). Sum of RGB (Red+Green+Blue) = 229+167+84=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A754 is #1A58AB. Grayscale: #B0B0B0. Windows color (decimal): -1726636 or 5548005. OLE color: 5548005.

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

Color convert

RGB22916784-
CMYK00.270.630.10
HSL34.34º73.6%61.37%-
HSV(B)34.34º63.32%89.8%-
XYZ47.7344.9414.55-
YUV176.0876.04165.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 167 (65.62% from 255) = 34.79%
BLUE value IS 84 (33.20% from 255) = 17.5%
R=47.71%
G=34.79%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291678400.270.630.1034.3473.661.37
HexE5A75401B3FA224a3d
Octal34524712403377124211275
Binary1110010110100111101010001101111111110101000101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5a754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5a754; }

 p { color: rgb(229,167,84); }

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

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

 a { background-color: rgb(229,167,84); }

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

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

 span { border-color: rgb(229,167,84); }

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