#E26D2C

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

Shades of Tahiti Gold #E26D2C

Tints of Tahiti Gold #E26D2C

Color information

#E26D2C (or 0xE26D2C) is unknown color: approx Tahiti Gold. HEX triplet: E2, 6D and 2C. RGB value is (226,109,44). Sum of RGB (Red+Green+Blue) = 226+109+44=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26D2C is #1D92D3. Grayscale: #888888. Windows color (decimal): -1938132 or 2911714. OLE color: 2911714.

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

Color convert

RGB22610944-
CMYK00.520.810.11
HSL21.43º75.83%52.94%-
HSV(B)21.43º80.53%88.63%-
XYZ37.2927.295.68-
YUV136.5775.76191.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.63%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=59.63%
G=28.76%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261094400.520.810.1121.4375.8352.94
HexE26D2C03451B154c35
Octal34215554064121132511465
Binary111000101101101101100011010010100011011101011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26D2C; }

 p { color: rgb(226,109,44); }

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

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

 a { background-color: rgb(226,109,44); }

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

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

 span { border-color: rgb(226,109,44); }

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