#E06F1F

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

Shades of Tahiti Gold #E06F1F

Tints of Tahiti Gold #E06F1F

Color information

#E06F1F (or 0xE06F1F) is unknown color: approx Tahiti Gold. HEX triplet: E0, 6F and 1F. RGB value is (224,111,31). Sum of RGB (Red+Green+Blue) = 224+111+31=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F1F is #1F90E0. Grayscale: #888888. Windows color (decimal): -2068705 or 2060256. OLE color: 2060256.

HSL color Cylindrical-coordinate representation of color #E06F1F: hue angle of 24.87º 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 #E06F1F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22411131-
CMYK00.500.860.12
HSL24.87º75.69%50%-
HSV(B)24.87º86.16%87.84%-
XYZ36.6727.324.64-
YUV135.6768.94191-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.20%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=61.20%
G=30.33%
B=8.47%

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
Decimal2241113100.500.860.1224.8775.6950
HexE06F1F03256C194c32
Octal34015737062126143111462
Binary11100000110111111111011001010101101100110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F1F; }

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

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

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

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

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

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

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

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