#EA611E

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

Shades of Tahiti Gold #EA611E

Tints of Tahiti Gold #EA611E

Color information

#EA611E (or 0xEA611E) is unknown color: approx Tahiti Gold. HEX triplet: EA, 61 and 1E. RGB value is (234,97,30). Sum of RGB (Red+Green+Blue) = 234+97+30=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA611E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA611E is #159EE1. Grayscale: #828282. Windows color (decimal): -1416930 or 1991146. OLE color: 1991146.

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

Color convert

RGB2349730-
CMYK00.590.870.08
HSL19.71º82.93%51.76%-
HSV(B)19.71º87.18%91.76%-
XYZ38.4426.144.25-
YUV130.3271.39201.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.82%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=64.82%
G=26.87%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234973000.590.870.0819.7182.9351.76
HexEA611E03B578145334
Octal35214136073127102412364
Binary11101010110000111110011101110101111000101001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA611E; }

 p { color: rgb(234,97,30); }

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

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

 a { background-color: rgb(234,97,30); }

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

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

 span { border-color: rgb(234,97,30); }

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