#E6AC4F

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

Shades of Rob Roy #E6AC4F

Tints of Rob Roy #E6AC4F

Color information

#E6AC4F (or 0xE6AC4F) is unknown color: approx Rob Roy. HEX triplet: E6, AC and 4F. RGB value is (230,172,79). Sum of RGB (Red+Green+Blue) = 230+172+79=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AC4F is #1953B0. Grayscale: #B3B3B3. Windows color (decimal): -1659825 or 5221606. OLE color: 5221606.

HSL color Cylindrical-coordinate representation of color #E6AC4F: hue angle of 36.95º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6AC4F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23017279-
CMYK00.250.660.10
HSL36.95º75.12%60.59%-
HSV(B)36.95º65.65%90.2%-
XYZ48.846.8913.88-
YUV178.7471.72164.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 79 (31.25% from 255) = 16.42%
R=47.82%
G=35.76%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301727900.250.660.1036.9575.1260.59
HexE6AC4F01942A254b3d
Octal346254117031102124511375
Binary11100110101011001001111011001100001010101001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC4F; }

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

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

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

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

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

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

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

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