#E27D2C

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

Shades of Tahiti Gold #E27D2C

Tints of Tahiti Gold #E27D2C

Color information

#E27D2C (or 0xE27D2C) is unknown color: approx Tahiti Gold. HEX triplet: E2, 7D and 2C. RGB value is (226,125,44). Sum of RGB (Red+Green+Blue) = 226+125+44=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27D2C is #1D82D3. Grayscale: #929292. Windows color (decimal): -1934036 or 2915810. OLE color: 2915810.

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

Color convert

RGB22612544-
CMYK00.450.810.11
HSL26.7º75.83%52.94%-
HSV(B)26.7º80.53%88.63%-
XYZ39.1531.026.31-
YUV145.9670.46185.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.22%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 44 (17.58% from 255) = 11.14%
R=57.22%
G=31.65%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261254400.450.810.1126.775.8352.94
HexE27D2C02D51B1b4c35
Octal34217554055121133311465
Binary111000101111101101100010110110100011011110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27D2C; }

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

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

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

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

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

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

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

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