#E06D2D

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

Shades of Tahiti Gold #E06D2D

Tints of Tahiti Gold #E06D2D

Color information

#E06D2D (or 0xE06D2D) is unknown color: approx Tahiti Gold. HEX triplet: E0, 6D and 2D. RGB value is (224,109,45). Sum of RGB (Red+Green+Blue) = 224+109+45=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D2D is #1F92D2. Grayscale: #888888. Windows color (decimal): -2069203 or 2977248. OLE color: 2977248.

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

Color convert

RGB22410945-
CMYK00.510.800.12
HSL21.45º74.27%52.75%-
HSV(B)21.45º79.91%87.84%-
XYZ36.6826.975.76-
YUV136.0976.6190.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.26%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 45 (17.97% from 255) = 11.90%
R=59.26%
G=28.84%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241094500.510.800.1221.4574.2752.75
HexE06D2D03350C154a35
Octal34015555063120142511265
Binary111000001101101101101011001110100001100101011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06D2D; }

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

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

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

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

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

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

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

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