#E2701D

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

Shades of Tahiti Gold #E2701D

Tints of Tahiti Gold #E2701D

Color information

#E2701D (or 0xE2701D) is unknown color: approx Tahiti Gold. HEX triplet: E2, 70 and 1D. RGB value is (226,112,29). Sum of RGB (Red+Green+Blue) = 226+112+29=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2701D is #1D8FE2. Grayscale: #898989. Windows color (decimal): -1937379 or 1929442. OLE color: 1929442.

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

Color convert

RGB22611229-
CMYK00.500.870.11
HSL25.28º77.25%50%-
HSV(B)25.28º87.17%88.63%-
XYZ37.3827.854.57-
YUV136.6267.27191.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.58%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 29 (11.72% from 255) = 7.90%
R=61.58%
G=30.52%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261122900.500.870.1125.2877.2550
HexE2701D03257B194d32
Octal34216035062127133111562
Binary11100010111000011101011001010101111011110011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2701D; }

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

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

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

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

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

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

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

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