#E06C2D

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

Shades of Tahiti Gold #E06C2D

Tints of Tahiti Gold #E06C2D

Color information

#E06C2D (or 0xE06C2D) is unknown color: approx Tahiti Gold. HEX triplet: E0, 6C and 2D. RGB value is (224,108,45). Sum of RGB (Red+Green+Blue) = 224+108+45=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C2D is #1F93D2. Grayscale: #878787. Windows color (decimal): -2069459 or 2976992. OLE color: 2976992.

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

Color convert

RGB22410845-
CMYK00.520.800.12
HSL21.12º74.27%52.75%-
HSV(B)21.12º79.91%87.84%-
XYZ36.5826.765.72-
YUV135.576.93191.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=59.42%
G=28.65%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241084500.520.800.1221.1274.2752.75
HexE06C2D03450C154a35
Octal34015455064120142511265
Binary111000001101100101101011010010100001100101011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C2D; }

 p { color: rgb(224,108,45); }

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

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

 a { background-color: rgb(224,108,45); }

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

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

 span { border-color: rgb(224,108,45); }

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