#EA7127

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

Shades of Tahiti Gold #EA7127

Tints of Tahiti Gold #EA7127

Color information

#EA7127 (or 0xEA7127) is unknown color: approx Tahiti Gold. HEX triplet: EA, 71 and 27. RGB value is (234,113,39). Sum of RGB (Red+Green+Blue) = 234+113+39=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7127 is #158ED8. Grayscale: #8D8D8D. Windows color (decimal): -1412825 or 2585066. OLE color: 2585066.

HSL color Cylindrical-coordinate representation of color #EA7127: hue angle of 22.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA7127 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB23411339-
CMYK00.520.830.08
HSL22.77º82.28%53.53%-
HSV(B)22.77º83.33%91.76%-
XYZ40.229.455.48-
YUV140.7470.59194.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.62%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=60.62%
G=29.27%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341133900.520.830.0822.7782.2853.53
HexEA7127034538175236
Octal35216147064123102712266
Binary111010101110001100111011010010100111000101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7127; }

 p { color: rgb(234,113,39); }

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

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

 a { background-color: rgb(234,113,39); }

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

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

 span { border-color: rgb(234,113,39); }

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