#E4A756

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

Shades of Rob Roy #E4A756

Tints of Rob Roy #E4A756

Color information

#E4A756 (or 0xE4A756) is unknown color: approx Rob Roy. HEX triplet: E4, A7 and 56. RGB value is (228,167,86). Sum of RGB (Red+Green+Blue) = 228+167+86=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A756 is #1B58A9. Grayscale: #B0B0B0. Windows color (decimal): -1792170 or 5679076. OLE color: 5679076.

HSL color Cylindrical-coordinate representation of color #E4A756: hue angle of 34.23º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E4A756 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22816786-
CMYK00.270.620.11
HSL34.23º72.45%61.57%-
HSV(B)34.23º62.28%89.41%-
XYZ47.4944.814.95-
YUV17677.21165.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.40%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 86 (33.98% from 255) = 17.88%
R=47.40%
G=34.72%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281678600.270.620.1134.2372.4561.57
HexE4A75601B3EB22483e
Octal34424712603376134211076
Binary1110010010100111101011001101111111010111000101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A756; }

 p { color: rgb(228,167,86); }

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

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

 a { background-color: rgb(228,167,86); }

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

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

 span { border-color: rgb(228,167,86); }

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