#E0742E

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

Shades of Tahiti Gold #E0742E

Tints of Tahiti Gold #E0742E

Color information

#E0742E (or 0xE0742E) is unknown color: approx Tahiti Gold. HEX triplet: E0, 74 and 2E. RGB value is (224,116,46). Sum of RGB (Red+Green+Blue) = 224+116+46=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0742E is #1F8BD1. Grayscale: #8C8C8C. Windows color (decimal): -2067410 or 3044576. OLE color: 3044576.

HSL color Cylindrical-coordinate representation of color #E0742E: hue angle of 23.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0742E is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB22411646-
CMYK00.480.790.12
HSL23.6º74.17%52.94%-
HSV(B)23.6º79.46%87.84%-
XYZ37.4828.546.12-
YUV140.3174.78187.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.03%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=58.03%
G=30.05%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241164600.480.790.1223.674.1752.94
HexE0742E0304FC184a35
Octal34016456060117143011265
Binary111000001110100101110011000010011111100110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0742E; }

 p { color: rgb(224,116,46); }

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

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

 a { background-color: rgb(224,116,46); }

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

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

 span { border-color: rgb(224,116,46); }

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