#EA6B20

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

Shades of Tahiti Gold #EA6B20

Tints of Tahiti Gold #EA6B20

Color information

#EA6B20 (or 0xEA6B20) is unknown color: approx Tahiti Gold. HEX triplet: EA, 6B and 20. RGB value is (234,107,32). Sum of RGB (Red+Green+Blue) = 234+107+32=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6B20 is #1594DF. Grayscale: #888888. Windows color (decimal): -1414368 or 2124778. OLE color: 2124778.

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

Color convert

RGB23410732-
CMYK00.540.860.08
HSL22.28º82.79%52.16%-
HSV(B)22.28º86.32%91.76%-
XYZ39.4528.114.71-
YUV136.4269.08197.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 32 (12.89% from 255) = 8.58%
R=62.73%
G=28.69%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341073200.540.860.0822.2882.7952.16
HexEA6B20036568165334
Octal35215340066126102612364
Binary111010101101011100000011011010101101000101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B20; }

 p { color: rgb(234,107,32); }

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

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

 a { background-color: rgb(234,107,32); }

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

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

 span { border-color: rgb(234,107,32); }

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