#E4AE50

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

Shades of Rob Roy #E4AE50

Tints of Rob Roy #E4AE50

Color information

#E4AE50 (or 0xE4AE50) is unknown color: approx Rob Roy. HEX triplet: E4, AE and 50. RGB value is (228,174,80). Sum of RGB (Red+Green+Blue) = 228+174+80=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AE50 is #1B51AF. Grayscale: #B3B3B3. Windows color (decimal): -1790384 or 5287652. OLE color: 5287652.

HSL color Cylindrical-coordinate representation of color #E4AE50: hue angle of 38.11º degrees, saturation: 0.73, 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 #E4AE50 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22817480-
CMYK00.240.650.11
HSL38.11º73.27%60.39%-
HSV(B)38.11º64.91%89.41%-
XYZ48.5847.3514.17-
YUV179.4371.89162.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.30%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 80 (31.64% from 255) = 16.60%
R=47.30%
G=36.10%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281748000.240.650.1138.1173.2760.39
HexE4AE5001841B26493c
Octal344256120030101134611174
Binary11100100101011101010000011000100000110111001101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AE50; }

 p { color: rgb(228,174,80); }

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

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

 a { background-color: rgb(228,174,80); }

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

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

 span { border-color: rgb(228,174,80); }

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