#E17320

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

Shades of Tahiti Gold #E17320

Tints of Tahiti Gold #E17320

Color information

#E17320 (or 0xE17320) is unknown color: approx Tahiti Gold. HEX triplet: E1, 73 and 20. RGB value is (225,115,32). Sum of RGB (Red+Green+Blue) = 225+115+32=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E17320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17320 is #1E8CDF. Grayscale: #8A8A8A. Windows color (decimal): -2002144 or 2126817. OLE color: 2126817.

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

Color convert

RGB22511532-
CMYK00.490.860.12
HSL25.8º76.28%50.39%-
HSV(B)25.8º85.78%88.24%-
XYZ37.4428.374.87-
YUV138.4367.94189.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 32 (12.89% from 255) = 8.60%
R=60.48%
G=30.91%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251153200.490.860.1225.876.2850.39
HexE1732003156C1a4c32
Octal34116340061126143211462
Binary111000011110011100000011000110101101100110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17320; }

 p { color: rgb(225,115,32); }

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

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

 a { background-color: rgb(225,115,32); }

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

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

 span { border-color: rgb(225,115,32); }

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