#E4AF50

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

Shades of Rob Roy #E4AF50

Tints of Rob Roy #E4AF50

Color information

#E4AF50 (or 0xE4AF50) is unknown color: approx Rob Roy. HEX triplet: E4, AF and 50. RGB value is (228,175,80). Sum of RGB (Red+Green+Blue) = 228+175+80=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF50 is #1B50AF. Grayscale: #B4B4B4. Windows color (decimal): -1790128 or 5287908. OLE color: 5287908.

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

Color convert

RGB22817580-
CMYK00.230.650.11
HSL38.51º73.27%60.39%-
HSV(B)38.51º64.91%89.41%-
XYZ48.7747.7314.23-
YUV180.0271.56162.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=47.20%
G=36.23%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281758000.230.650.1138.5173.2760.39
HexE4AF5001741B27493c
Octal344257120027101134711174
Binary11100100101011111010000010111100000110111001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AF50; }

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

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

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

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

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

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

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

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