#e1722e

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

Shades of Tahiti Gold #E1722E

Tints of Tahiti Gold #E1722E

Color information

#E1722E (or 0xE1722E) is unknown color: approx Tahiti Gold. HEX triplet: E1, 72 and 2E. RGB value is (225,114,46). Sum of RGB (Red+Green+Blue) = 225+114+46=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1722E is #1E8DD1. Grayscale: #8B8B8B. Windows color (decimal): -2002386 or 3044065. OLE color: 3044065.

HSL color Cylindrical-coordinate representation of color #E1722E: hue angle of 22.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1722E is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22511446-
CMYK00.490.800.12
HSL22.79º74.9%53.14%-
HSV(B)22.79º79.56%88.24%-
XYZ37.5628.246.06-
YUV139.4475.27189.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=58.44%
G=29.61%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251144600.490.800.1222.7974.953.14
HexE1722E03150C174b35
Octal34116256061120142711365
Binary111000011110010101110011000110100001100101111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1722e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1722e; }

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

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

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

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

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

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

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

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