#E0AC4F

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

Shades of Rob Roy #E0AC4F

Tints of Rob Roy #E0AC4F

Color information

#E0AC4F (or 0xE0AC4F) is unknown color: approx Rob Roy. HEX triplet: E0, AC and 4F. RGB value is (224,172,79). Sum of RGB (Red+Green+Blue) = 224+172+79=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC4F is #1F53B0. Grayscale: #B1B1B1. Windows color (decimal): -2053041 or 5221600. OLE color: 5221600.

HSL color Cylindrical-coordinate representation of color #E0AC4F: hue angle of 38.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0AC4F is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB22417279-
CMYK00.230.650.12
HSL38.48º70.05%59.41%-
HSV(B)38.48º64.73%87.84%-
XYZ46.945.9213.79-
YUV176.9572.73161.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 79 (31.25% from 255) = 16.63%
R=47.16%
G=36.21%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241727900.230.650.1238.4870.0559.41
HexE0AC4F01741C26463b
Octal340254117027101144610673
Binary11100000101011001001111010111100000111001001101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AC4F; }

 p { color: rgb(224,172,79); }

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

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

 a { background-color: rgb(224,172,79); }

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

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

 span { border-color: rgb(224,172,79); }

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