#E6A64C

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

Shades of Rob Roy #E6A64C

Tints of Rob Roy #E6A64C

Color information

#E6A64C (or 0xE6A64C) is unknown color: approx Rob Roy. HEX triplet: E6, A6 and 4C. RGB value is (230,166,76). Sum of RGB (Red+Green+Blue) = 230+166+76=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A64C is #1959B3. Grayscale: #AFAFAF. Windows color (decimal): -1661364 or 5023462. OLE color: 5023462.

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

Color convert

RGB23016676-
CMYK00.280.670.10
HSL35.06º75.49%60%-
HSV(B)35.06º66.96%90.2%-
XYZ47.5744.6212.94-
YUV174.8872.2167.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.73%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 76 (30.08% from 255) = 16.10%
R=48.73%
G=35.17%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301667600.280.670.1035.0675.4960
HexE6A64C01C43A234b3c
Octal346246114034103124311374
Binary11100110101001101001100011100100001110101000111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A64C; }

 p { color: rgb(230,166,76); }

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

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

 a { background-color: rgb(230,166,76); }

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

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

 span { border-color: rgb(230,166,76); }

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