#E6AA54

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

Shades of Rob Roy #E6AA54

Tints of Rob Roy #E6AA54

Color information

#E6AA54 (or 0xE6AA54) is unknown color: approx Rob Roy. HEX triplet: E6, AA and 54. RGB value is (230,170,84). Sum of RGB (Red+Green+Blue) = 230+170+84=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA54 is #1955AB. Grayscale: #B2B2B2. Windows color (decimal): -1660332 or 5548774. OLE color: 5548774.

HSL color Cylindrical-coordinate representation of color #E6AA54: hue angle of 35.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6AA54 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB23017084-
CMYK00.260.630.10
HSL35.34º74.49%61.57%-
HSV(B)35.34º63.48%90.2%-
XYZ48.6146.2114.75-
YUV178.1474.88164.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.52%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=47.52%
G=35.12%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301708400.260.630.1035.3474.4961.57
HexE6AA5401A3FA234a3e
Octal34625212403277124311276
Binary1110011010101010101010001101011111110101000111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AA54; }

 p { color: rgb(230,170,84); }

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

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

 a { background-color: rgb(230,170,84); }

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

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

 span { border-color: rgb(230,170,84); }

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