#E1801D

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

Shades of Tahiti Gold #E1801D

Tints of Tahiti Gold #E1801D

Color information

#E1801D (or 0xE1801D) is unknown color: approx Tahiti Gold. HEX triplet: E1, 80 and 1D. RGB value is (225,128,29). Sum of RGB (Red+Green+Blue) = 225+128+29=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1801D is #1E7FE2. Grayscale: #929292. Windows color (decimal): -1998819 or 1933537. OLE color: 1933537.

HSL color Cylindrical-coordinate representation of color #E1801D: hue angle of 30.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1801D is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22512829-
CMYK00.430.870.12
HSL30.31º77.17%49.8%-
HSV(B)30.31º87.11%88.24%-
XYZ38.9931.535.19-
YUV145.7262.14184.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.90%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 29 (11.72% from 255) = 7.59%
R=58.90%
G=33.51%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251282900.430.870.1230.3177.1749.8
HexE1801D02B57C1e4d32
Octal34120035053127143611562
Binary111000011000000011101010101110101111100111101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1801D; }

 p { color: rgb(225,128,29); }

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

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

 a { background-color: rgb(225,128,29); }

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

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

 span { border-color: rgb(225,128,29); }

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