#EA671C

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

Shades of Tahiti Gold #EA671C

Tints of Tahiti Gold #EA671C

Color information

#EA671C (or 0xEA671C) is unknown color: approx Tahiti Gold. HEX triplet: EA, 67 and 1C. RGB value is (234,103,28). Sum of RGB (Red+Green+Blue) = 234+103+28=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA671C is #1598E3. Grayscale: #868686. Windows color (decimal): -1415396 or 1861610. OLE color: 1861610.

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

Color convert

RGB23410328-
CMYK00.560.880.08
HSL21.84º83.06%51.37%-
HSV(B)21.84º88.03%91.76%-
XYZ38.9927.284.31-
YUV133.6268.4199.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.11%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 28 (11.33% from 255) = 7.67%
R=64.11%
G=28.22%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341032800.560.880.0821.8483.0651.37
HexEA671C038588165333
Octal35214734070130102612363
Binary11101010110011111100011100010110001000101101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA671C; }

 p { color: rgb(234,103,28); }

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

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

 a { background-color: rgb(234,103,28); }

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

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

 span { border-color: rgb(234,103,28); }

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