#E6A74F

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

Shades of Rob Roy #E6A74F

Tints of Rob Roy #E6A74F

Color information

#E6A74F (or 0xE6A74F) is unknown color: approx Rob Roy. HEX triplet: E6, A7 and 4F. RGB value is (230,167,79). Sum of RGB (Red+Green+Blue) = 230+167+79=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A74F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A74F is #1958B0. Grayscale: #B0B0B0. Windows color (decimal): -1661105 or 5220326. OLE color: 5220326.

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

Color convert

RGB23016779-
CMYK00.270.660.10
HSL34.97º75.12%60.59%-
HSV(B)34.97º65.65%90.2%-
XYZ47.8645.0213.57-
YUV175.873.37166.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 79 (31.25% from 255) = 16.60%
R=48.32%
G=35.08%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301677900.270.660.1034.9775.1260.59
HexE6A74F01B42A234b3d
Octal346247117033102124311375
Binary11100110101001111001111011011100001010101000111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A74F; }

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

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

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

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

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

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

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

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