#E07F1C

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

Shades of Tahiti Gold #E07F1C

Tints of Tahiti Gold #E07F1C

Color information

#E07F1C (or 0xE07F1C) is unknown color: approx Tahiti Gold. HEX triplet: E0, 7F and 1C. RGB value is (224,127,28). Sum of RGB (Red+Green+Blue) = 224+127+28=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F1C is #1F80E3. Grayscale: #919191. Windows color (decimal): -2064612 or 1867744. OLE color: 1867744.

HSL color Cylindrical-coordinate representation of color #E07F1C: hue angle of 30.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E07F1C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB22412728-
CMYK00.430.880.12
HSL30.31º77.78%49.41%-
HSV(B)30.31º87.5%87.84%-
XYZ38.5431.115.07-
YUV144.7262.14184.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.10%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 28 (11.33% from 255) = 7.39%
R=59.10%
G=33.51%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241272800.430.880.1230.3177.7849.41
HexE07F1C02B58C1e4e31
Octal34017734053130143611661
Binary11100000111111111100010101110110001100111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F1C; }

 p { color: rgb(224,127,28); }

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

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

 a { background-color: rgb(224,127,28); }

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

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

 span { border-color: rgb(224,127,28); }

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