#E17220

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

Shades of Tahiti Gold #E17220

Tints of Tahiti Gold #E17220

Color information

#E17220 (or 0xE17220) is unknown color: approx Tahiti Gold. HEX triplet: E1, 72 and 20. RGB value is (225,114,32). Sum of RGB (Red+Green+Blue) = 225+114+32=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E17220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17220 is #1E8DDF. Grayscale: #8A8A8A. Windows color (decimal): -2002400 or 2126561. OLE color: 2126561.

HSL color Cylindrical-coordinate representation of color #E17220: hue angle of 25.49º 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 #E17220 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22511432-
CMYK00.490.860.12
HSL25.49º76.28%50.39%-
HSV(B)25.49º85.78%88.24%-
XYZ37.3328.154.83-
YUV137.8468.27190.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=60.65%
G=30.73%
B=8.63%

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
Decimal2251143200.490.860.1225.4976.2850.39
HexE1722003156C194c32
Octal34116240061126143111462
Binary111000011110010100000011000110101101100110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17220; }

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

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

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

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

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

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

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

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