#E0702F

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

Shades of Tahiti Gold #E0702F

Tints of Tahiti Gold #E0702F

Color information

#E0702F (or 0xE0702F) is unknown color: approx Tahiti Gold. HEX triplet: E0, 70 and 2F. RGB value is (224,112,47). Sum of RGB (Red+Green+Blue) = 224+112+47=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0702F is #1F8FD0. Grayscale: #8A8A8A. Windows color (decimal): -2068433 or 3109088. OLE color: 3109088.

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

Color convert

RGB22411247-
CMYK00.500.790.12
HSL22.03º74.06%53.14%-
HSV(B)22.03º79.02%87.84%-
XYZ37.0527.646.07-
YUV138.0876.61189.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.49%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 47 (18.75% from 255) = 12.27%
R=58.49%
G=29.24%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241124700.500.790.1222.0374.0653.14
HexE0702F0324FC164a35
Octal34016057062117142611265
Binary111000001110000101111011001010011111100101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0702F; }

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

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

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

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

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

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

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

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