#EA7025

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

Shades of Tahiti Gold #EA7025

Tints of Tahiti Gold #EA7025

Color information

#EA7025 (or 0xEA7025) is unknown color: approx Tahiti Gold. HEX triplet: EA, 70 and 25. RGB value is (234,112,37). Sum of RGB (Red+Green+Blue) = 234+112+37=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7025 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7025 is #158FDA. Grayscale: #8C8C8C. Windows color (decimal): -1413083 or 2453738. OLE color: 2453738.

HSL color Cylindrical-coordinate representation of color #EA7025: hue angle of 22.84º 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 #EA7025 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB23411237-
CMYK00.520.840.08
HSL22.84º82.43%53.14%-
HSV(B)22.84º84.19%91.76%-
XYZ40.0629.215.28-
YUV139.9369.92195.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.10%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 37 (14.84% from 255) = 9.66%
R=61.10%
G=29.24%
B=9.66%

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
Decimal2341123700.520.840.0822.8482.4353.14
HexEA7025034548175235
Octal35216045064124102712265
Binary111010101110000100101011010010101001000101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7025; }

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

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

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

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

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

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

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

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