#e1772e

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

Shades of Tahiti Gold #E1772E

Tints of Tahiti Gold #E1772E

Color information

#E1772E (or 0xE1772E) is unknown color: approx Tahiti Gold. HEX triplet: E1, 77 and 2E. RGB value is (225,119,46). Sum of RGB (Red+Green+Blue) = 225+119+46=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1772E is #1E88D1. Grayscale: #8E8E8E. Windows color (decimal): -2001106 or 3045345. OLE color: 3045345.

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

Color convert

RGB22511946-
CMYK00.470.800.12
HSL24.47º74.9%53.14%-
HSV(B)24.47º79.56%88.24%-
XYZ38.1429.46.25-
YUV142.3773.62186.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=57.69%
G=30.51%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251194600.470.800.1224.4774.953.14
HexE1772E02F50C184b35
Octal34116756057120143011365
Binary111000011110111101110010111110100001100110001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1772e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1772e; }

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

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

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

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

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

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

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

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