#E5721E

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

Shades of Tahiti Gold #E5721E

Tints of Tahiti Gold #E5721E

Color information

#E5721E (or 0xE5721E) is unknown color: approx Tahiti Gold. HEX triplet: E5, 72 and 1E. RGB value is (229,114,30). Sum of RGB (Red+Green+Blue) = 229+114+30=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5721E is #1A8DE1. Grayscale: #8B8B8B. Windows color (decimal): -1740258 or 1995493. OLE color: 1995493.

HSL color Cylindrical-coordinate representation of color #E5721E: hue angle of 25.33º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5721E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB22911430-
CMYK00.500.870.10
HSL25.33º79.28%50.78%-
HSV(B)25.33º86.9%89.8%-
XYZ38.5628.794.75-
YUV138.8166.6192.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.39%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=61.39%
G=30.56%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291143000.500.870.1025.3379.2850.78
HexE5721E03257A194f33
Octal34516236062127123111763
Binary11100101111001011110011001010101111010110011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5721E; }

 p { color: rgb(229,114,30); }

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

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

 a { background-color: rgb(229,114,30); }

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

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

 span { border-color: rgb(229,114,30); }

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