#e2b55a

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

Shades of Rob Roy #E2B55A

Tints of Rob Roy #E2B55A

Color information

#E2B55A (or 0xE2B55A) is unknown color: approx Rob Roy. HEX triplet: E2, B5 and 5A. RGB value is (226,181,90). Sum of RGB (Red+Green+Blue) = 226+181+90=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B55A is #1D4AA5. Grayscale: #B8B8B8. Windows color (decimal): -1919654 or 5944802. OLE color: 5944802.

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

Color convert

RGB22618190-
CMYK00.200.600.11
HSL40.15º70.1%61.96%-
HSV(B)40.15º60.18%88.63%-
XYZ49.7349.9516.69-
YUV184.0874.91157.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 90 (35.55% from 255) = 18.11%
R=45.47%
G=36.42%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261819000.200.600.1140.1570.161.96
HexE2B55A0143CB28463e
Octal34226513202474135010676
Binary1110001010110101101101001010011110010111010001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b55a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b55a; }

 p { color: rgb(226,181,90); }

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

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

 a { background-color: rgb(226,181,90); }

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

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

 span { border-color: rgb(226,181,90); }

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