#E27D2D

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

Shades of Tahiti Gold #E27D2D

Tints of Tahiti Gold #E27D2D

Color information

#E27D2D (or 0xE27D2D) is unknown color: approx Tahiti Gold. HEX triplet: E2, 7D and 2D. RGB value is (226,125,45). Sum of RGB (Red+Green+Blue) = 226+125+45=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27D2D is #1D82D2. Grayscale: #929292. Windows color (decimal): -1934035 or 2981346. OLE color: 2981346.

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

Color convert

RGB22612545-
CMYK00.450.800.11
HSL26.52º75.73%53.14%-
HSV(B)26.52º80.09%88.63%-
XYZ39.1731.036.41-
YUV146.0870.96185-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.07%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 45 (17.97% from 255) = 11.36%
R=57.07%
G=31.57%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261254500.450.800.1126.5275.7353.14
HexE27D2D02D50B1b4c35
Octal34217555055120133311465
Binary111000101111101101101010110110100001011110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27D2D; }

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

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

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

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

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

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

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

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