#E17A2E

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

Shades of Tahiti Gold #E17A2E

Tints of Tahiti Gold #E17A2E

Color information

#E17A2E (or 0xE17A2E) is unknown color: approx Tahiti Gold. HEX triplet: E1, 7A and 2E. RGB value is (225,122,46). Sum of RGB (Red+Green+Blue) = 225+122+46=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A2E is #1E85D1. Grayscale: #909090. Windows color (decimal): -2000338 or 3046113. OLE color: 3046113.

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

Color convert

RGB22512246-
CMYK00.460.800.12
HSL25.47º74.9%53.14%-
HSV(B)25.47º79.56%88.24%-
XYZ38.530.126.37-
YUV144.1372.62185.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 46 (18.36% from 255) = 11.70%
R=57.25%
G=31.04%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251224600.460.800.1225.4774.953.14
HexE17A2E02E50C194b35
Octal34117256056120143111365
Binary111000011111010101110010111010100001100110011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A2E; }

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

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

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

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

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

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

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

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