#E6AB4F

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

Shades of Rob Roy #E6AB4F

Tints of Rob Roy #E6AB4F

Color information

#E6AB4F (or 0xE6AB4F) is unknown color: approx Rob Roy. HEX triplet: E6, AB and 4F. RGB value is (230,171,79). Sum of RGB (Red+Green+Blue) = 230+171+79=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB4F is #1954B0. Grayscale: #B2B2B2. Windows color (decimal): -1660081 or 5221350. OLE color: 5221350.

HSL color Cylindrical-coordinate representation of color #E6AB4F: hue angle of 36.56º 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 #E6AB4F is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23017179-
CMYK00.260.660.10
HSL36.56º75.12%60.59%-
HSV(B)36.56º65.65%90.2%-
XYZ48.6146.5113.81-
YUV178.1572.05164.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.92%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=47.92%
G=35.62%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301717900.260.660.1036.5675.1260.59
HexE6AB4F01A42A254b3d
Octal346253117032102124511375
Binary11100110101010111001111011010100001010101001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AB4F; }

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

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

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

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

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

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

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

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