#E1682A

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

Shades of Tahiti Gold #E1682A

Tints of Tahiti Gold #E1682A

Color information

#E1682A (or 0xE1682A) is unknown color: approx Tahiti Gold. HEX triplet: E1, 68 and 2A. RGB value is (225,104,42). Sum of RGB (Red+Green+Blue) = 225+104+42=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1682A is #1E97D5. Grayscale: #858585. Windows color (decimal): -2004950 or 2779361. OLE color: 2779361.

HSL color Cylindrical-coordinate representation of color #E1682A: hue angle of 20.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1682A is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22510442-
CMYK00.540.810.12
HSL20.33º75.31%52.35%-
HSV(B)20.33º81.33%88.24%-
XYZ36.4226.085.3-
YUV133.1176.59193.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=60.65%
G=28.03%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251044200.540.810.1220.3375.3152.35
HexE1682A03651C144b34
Octal34115052066121142411364
Binary111000011101000101010011011010100011100101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1682A; }

 p { color: rgb(225,104,42); }

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

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

 a { background-color: rgb(225,104,42); }

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

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

 span { border-color: rgb(225,104,42); }

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