#EA7125

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

Shades of Tahiti Gold #EA7125

Tints of Tahiti Gold #EA7125

Color information

#EA7125 (or 0xEA7125) is unknown color: approx Tahiti Gold. HEX triplet: EA, 71 and 25. RGB value is (234,113,37). Sum of RGB (Red+Green+Blue) = 234+113+37=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7125 is #158EDA. Grayscale: #8C8C8C. Windows color (decimal): -1412827 or 2453994. OLE color: 2453994.

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

Color convert

RGB23411337-
CMYK00.520.840.08
HSL23.15º82.43%53.14%-
HSV(B)23.15º84.19%91.76%-
XYZ40.1729.445.31-
YUV140.5169.59194.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.94%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 37 (14.84% from 255) = 9.64%
R=60.94%
G=29.43%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341133700.520.840.0823.1582.4353.14
HexEA7125034548175235
Octal35216145064124102712265
Binary111010101110001100101011010010101001000101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7125; }

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

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

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

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

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

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

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

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