#E2711D

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

Shades of Tahiti Gold #E2711D

Tints of Tahiti Gold #E2711D

Color information

#E2711D (or 0xE2711D) is unknown color: approx Tahiti Gold. HEX triplet: E2, 71 and 1D. RGB value is (226,113,29). Sum of RGB (Red+Green+Blue) = 226+113+29=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2711D is #1D8EE2. Grayscale: #898989. Windows color (decimal): -1937123 or 1929698. OLE color: 1929698.

HSL color Cylindrical-coordinate representation of color #E2711D: hue angle of 25.58º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2711D is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB22611329-
CMYK00.50.870.11
HSL25.58º77.25%50%-
HSV(B)25.58º87.17%88.63%-
XYZ37.4928.074.6-
YUV137.2166.94191.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.41%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 29 (11.72% from 255) = 7.88%
R=61.41%
G=30.71%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261132900.50.870.1125.5877.2550
HexE2711D03257B1a4d32
Octal34216135062127133211562
Binary11100010111000111101011001010101111011110101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2711D; }

 p { color: rgb(226,113,29); }

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

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

 a { background-color: rgb(226,113,29); }

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

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

 span { border-color: rgb(226,113,29); }

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