#E06F1E

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

Shades of Tahiti Gold #E06F1E

Tints of Tahiti Gold #E06F1E

Color information

#E06F1E (or 0xE06F1E) is unknown color: approx Tahiti Gold. HEX triplet: E0, 6F and 1E. RGB value is (224,111,30). Sum of RGB (Red+Green+Blue) = 224+111+30=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F1E is #1F90E1. Grayscale: #878787. Windows color (decimal): -2068706 or 1994720. OLE color: 1994720.

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

Color convert

RGB22411130-
CMYK00.500.870.12
HSL25.05º76.38%49.8%-
HSV(B)25.05º86.61%87.84%-
XYZ36.6627.314.57-
YUV135.5568.44191.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.37%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=61.37%
G=30.41%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241113000.500.870.1225.0576.3849.8
HexE06F1E03257C194c32
Octal34015736062127143111462
Binary11100000110111111110011001010101111100110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F1E; }

 p { color: rgb(224,111,30); }

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

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

 a { background-color: rgb(224,111,30); }

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

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

 span { border-color: rgb(224,111,30); }

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