#E86D1A

Color #E86D1A Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #E86D1A

Tints of Tahiti Gold #E86D1A

Color information

#E86D1A (or 0xE86D1A) is unknown color: approx Tahiti Gold. HEX triplet: E8, 6D and 1A. RGB value is (232,109,26). Sum of RGB (Red+Green+Blue) = 232+109+26=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86D1A is #1792E5. Grayscale: #888888. Windows color (decimal): -1544934 or 1732072. OLE color: 1732072.

HSL color Cylindrical-coordinate representation of color #E86D1A: hue angle of 24.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E86D1A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB23210926-
CMYK00.530.890.09
HSL24.17º81.75%50.59%-
HSV(B)24.17º88.79%90.98%-
XYZ38.9328.174.36-
YUV136.3265.75196.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.22%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=63.22%
G=29.70%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321092600.530.890.0924.1781.7550.59
HexE86D1A035599185233
Octal35015532065131113012263
Binary11101000110110111010011010110110011001110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86D1A; }

 p { color: rgb(232,109,26); }

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

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

 a { background-color: rgb(232,109,26); }

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

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

 span { border-color: rgb(232,109,26); }

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