#E5701E

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

Shades of Tahiti Gold #E5701E

Tints of Tahiti Gold #E5701E

Color information

#E5701E (or 0xE5701E) is unknown color: approx Tahiti Gold. HEX triplet: E5, 70 and 1E. RGB value is (229,112,30). Sum of RGB (Red+Green+Blue) = 229+112+30=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5701E is #1A8FE1. Grayscale: #8A8A8A. Windows color (decimal): -1740770 or 1994981. OLE color: 1994981.

HSL color Cylindrical-coordinate representation of color #E5701E: hue angle of 24.72º 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 #E5701E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB22911230-
CMYK00.510.870.10
HSL24.72º79.28%50.78%-
HSV(B)24.72º86.9%89.8%-
XYZ38.3428.344.68-
YUV137.6467.26193.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=61.73%
G=30.19%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291123000.510.870.1024.7279.2850.78
HexE5701E03357A194f33
Octal34516036063127123111763
Binary11100101111000011110011001110101111010110011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5701E; }

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

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

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

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

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

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

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

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