#E0701F

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

Shades of Tahiti Gold #E0701F

Tints of Tahiti Gold #E0701F

Color information

#E0701F (or 0xE0701F) is unknown color: approx Tahiti Gold. HEX triplet: E0, 70 and 1F. RGB value is (224,112,31). Sum of RGB (Red+Green+Blue) = 224+112+31=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0701F is #1F8FE0. Grayscale: #888888. Windows color (decimal): -2068449 or 2060512. OLE color: 2060512.

HSL color Cylindrical-coordinate representation of color #E0701F: hue angle of 25.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0701F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22411231-
CMYK00.500.860.12
HSL25.18º75.69%50%-
HSV(B)25.18º86.16%87.84%-
XYZ36.7827.534.67-
YUV136.2568.61190.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.04%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 31 (12.5% from 255) = 8.45%
R=61.04%
G=30.52%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241123100.500.860.1225.1875.6950
HexE0701F03256C194c32
Octal34016037062126143111462
Binary11100000111000011111011001010101101100110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0701F; }

 p { color: rgb(224,112,31); }

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

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

 a { background-color: rgb(224,112,31); }

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

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

 span { border-color: rgb(224,112,31); }

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