#E27120

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

Shades of Tahiti Gold #E27120

Tints of Tahiti Gold #E27120

Color information

#E27120 (or 0xE27120) is unknown color: approx Tahiti Gold. HEX triplet: E2, 71 and 20. RGB value is (226,113,32). Sum of RGB (Red+Green+Blue) = 226+113+32=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E27120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27120 is #1D8EDF. Grayscale: #898989. Windows color (decimal): -1937120 or 2126306. OLE color: 2126306.

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

Color convert

RGB22611332-
CMYK00.50.860.11
HSL25.05º76.98%50.59%-
HSV(B)25.05º85.84%88.63%-
XYZ37.5328.084.81-
YUV137.5568.44191.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.92%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=60.92%
G=30.46%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261133200.50.860.1125.0576.9850.59
HexE2712003256B194d33
Octal34216140062126133111563
Binary111000101110001100000011001010101101011110011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27120; }

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

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

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

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

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

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

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

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