#E2712F

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

Shades of Tahiti Gold #E2712F

Tints of Tahiti Gold #E2712F

Color information

#E2712F (or 0xE2712F) is unknown color: approx Tahiti Gold. HEX triplet: E2, 71 and 2F. RGB value is (226,113,47). Sum of RGB (Red+Green+Blue) = 226+113+47=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2712F is #1D8ED0. Grayscale: #8B8B8B. Windows color (decimal): -1937105 or 3109346. OLE color: 3109346.

HSL color Cylindrical-coordinate representation of color #E2712F: hue angle of 22.12º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2712F is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22611347-
CMYK00.50.790.11
HSL22.12º75.53%53.53%-
HSV(B)22.12º79.2%88.63%-
XYZ37.7828.186.14-
YUV139.2675.94189.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.55%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 47 (18.75% from 255) = 12.18%
R=58.55%
G=29.27%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261134700.50.790.1122.1275.5353.53
HexE2712F0324FB164c36
Octal34216157062117132611466
Binary111000101110001101111011001010011111011101101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2712F; }

 p { color: rgb(226,113,47); }

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

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

 a { background-color: rgb(226,113,47); }

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

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

 span { border-color: rgb(226,113,47); }

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