#e57f2a

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

Shades of Tahiti Gold #E57F2A

Tints of Tahiti Gold #E57F2A

Color information

#E57F2A (or 0xE57F2A) is unknown color: approx Tahiti Gold. HEX triplet: E5, 7F and 2A. RGB value is (229,127,42). Sum of RGB (Red+Green+Blue) = 229+127+42=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F2A is #1A80D5. Grayscale: #949494. Windows color (decimal): -1736918 or 2785253. OLE color: 2785253.

HSL color Cylindrical-coordinate representation of color #E57F2A: hue angle of 27.27º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E57F2A is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB22912742-
CMYK00.450.820.10
HSL27.27º78.24%53.14%-
HSV(B)27.27º81.66%89.8%-
XYZ40.32326.24-
YUV147.8168.29185.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.54%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 42 (16.80% from 255) = 10.55%
R=57.54%
G=31.91%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291274200.450.820.1027.2778.2453.14
HexE57F2A02D52A1b4e35
Octal34517752055122123311665
Binary111001011111111101010010110110100101010110111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e57f2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e57f2a; }

 p { color: rgb(229,127,42); }

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

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

 a { background-color: rgb(229,127,42); }

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

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

 span { border-color: rgb(229,127,42); }

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