#E6AC5B

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

Shades of Rob Roy #E6AC5B

Tints of Rob Roy #E6AC5B

Color information

#E6AC5B (or 0xE6AC5B) is unknown color: approx Rob Roy. HEX triplet: E6, AC and 5B. RGB value is (230,172,91). Sum of RGB (Red+Green+Blue) = 230+172+91=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AC5B is #1953A4. Grayscale: #B4B4B4. Windows color (decimal): -1659813 or 6008038. OLE color: 6008038.

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

Color convert

RGB23017291-
CMYK00.250.600.10
HSL34.96º73.54%62.94%-
HSV(B)34.96º60.43%90.2%-
XYZ49.2747.0816.39-
YUV180.1177.72163.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.65%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=46.65%
G=34.89%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301729100.250.600.1034.9673.5462.94
HexE6AC5B0193CA234a3f
Octal34625413303174124311277
Binary1110011010101100101101101100111110010101000111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC5B; }

 p { color: rgb(230,172,91); }

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

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

 a { background-color: rgb(230,172,91); }

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

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

 span { border-color: rgb(230,172,91); }

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