#E4B156

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

Shades of Rob Roy #E4B156

Tints of Rob Roy #E4B156

Color information

#E4B156 (or 0xE4B156) is unknown color: approx Rob Roy. HEX triplet: E4, B1 and 56. RGB value is (228,177,86). Sum of RGB (Red+Green+Blue) = 228+177+86=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B156 is #1B4EA9. Grayscale: #B6B6B6. Windows color (decimal): -1789610 or 5681636. OLE color: 5681636.

HSL color Cylindrical-coordinate representation of color #E4B156: hue angle of 38.45º 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 #E4B156 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22817786-
CMYK00.220.620.11
HSL38.45º72.45%61.57%-
HSV(B)38.45º62.28%89.41%-
XYZ49.448.6115.58-
YUV181.8873.9160.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.44%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 86 (33.98% from 255) = 17.52%
R=46.44%
G=36.05%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281778600.220.620.1138.4572.4561.57
HexE4B1560163EB26483e
Octal34426112602676134611076
Binary1110010010110001101011001011011111010111001101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B156; }

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

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

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

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

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

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

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

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