#E76C1E

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

Shades of Tahiti Gold #E76C1E

Tints of Tahiti Gold #E76C1E

Color information

#E76C1E (or 0xE76C1E) is unknown color: approx Tahiti Gold. HEX triplet: E7, 6C and 1E. RGB value is (231,108,30). Sum of RGB (Red+Green+Blue) = 231+108+30=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76C1E is #1893E1. Grayscale: #888888. Windows color (decimal): -1610722 or 1993959. OLE color: 1993959.

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

Color convert

RGB23110830-
CMYK00.530.870.09
HSL23.28º80.72%51.18%-
HSV(B)23.28º87.01%90.59%-
XYZ38.5527.814.56-
YUV135.8868.25195.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.60%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=62.60%
G=29.27%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311083000.530.870.0923.2880.7251.18
HexE76C1E035579175133
Octal34715436065127112712163
Binary11100111110110011110011010110101111001101111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C1E; }

 p { color: rgb(231,108,30); }

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

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

 a { background-color: rgb(231,108,30); }

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

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

 span { border-color: rgb(231,108,30); }

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