#E26C1C

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

Shades of Tahiti Gold #E26C1C

Tints of Tahiti Gold #E26C1C

Color information

#E26C1C (or 0xE26C1C) is unknown color: approx Tahiti Gold. HEX triplet: E2, 6C and 1C. RGB value is (226,108,28). Sum of RGB (Red+Green+Blue) = 226+108+28=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26C1C is #1D93E3. Grayscale: #868686. Windows color (decimal): -1938404 or 1862882. OLE color: 1862882.

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

Color convert

RGB22610828-
CMYK00.520.880.11
HSL24.24º77.95%49.8%-
HSV(B)24.24º87.61%88.63%-
XYZ36.9426.984.36-
YUV134.1668.09193.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.43%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=62.43%
G=29.83%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261082800.520.880.1124.2477.9549.8
HexE26C1C03458B184e32
Octal34215434064130133011662
Binary11100010110110011100011010010110001011110001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26C1C; }

 p { color: rgb(226,108,28); }

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

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

 a { background-color: rgb(226,108,28); }

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

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

 span { border-color: rgb(226,108,28); }

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