#E3A850

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

Shades of Rob Roy #E3A850

Tints of Rob Roy #E3A850

Color information

#E3A850 (or 0xE3A850) is unknown color: approx Rob Roy. HEX triplet: E3, A8 and 50. RGB value is (227,168,80). Sum of RGB (Red+Green+Blue) = 227+168+80=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A850 is #1C57AF. Grayscale: #B0B0B0. Windows color (decimal): -1857456 or 5286115. OLE color: 5286115.

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

Color convert

RGB22716880-
CMYK00.260.650.11
HSL35.92º72.41%60.2%-
HSV(B)35.92º64.76%89.02%-
XYZ47.1344.9213.77-
YUV175.6174.05164.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.79%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 80 (31.64% from 255) = 16.84%
R=47.79%
G=35.37%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271688000.260.650.1135.9272.4160.2
HexE3A85001A41B24483c
Octal343250120032101134411074
Binary11100011101010001010000011010100000110111001001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A850; }

 p { color: rgb(227,168,80); }

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

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

 a { background-color: rgb(227,168,80); }

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

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

 span { border-color: rgb(227,168,80); }

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