#EA6022

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

Shades of Tahiti Gold #EA6022

Tints of Tahiti Gold #EA6022

Color information

#EA6022 (or 0xEA6022) is unknown color: approx Tahiti Gold. HEX triplet: EA, 60 and 22. RGB value is (234,96,34). Sum of RGB (Red+Green+Blue) = 234+96+34=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6022 is #159FDD. Grayscale: #828282. Windows color (decimal): -1417182 or 2253034. OLE color: 2253034.

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

Color convert

RGB2349634-
CMYK00.590.850.08
HSL18.6º82.64%52.55%-
HSV(B)18.6º85.47%91.76%-
XYZ38.425.974.5-
YUV130.1973.72202.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.29%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 34 (13.67% from 255) = 9.34%
R=64.29%
G=26.37%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234963400.590.850.0818.682.6452.55
HexEA602203B558135335
Octal35214042073125102312365
Binary111010101100000100010011101110101011000100111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6022; }

 p { color: rgb(234,96,34); }

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

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

 a { background-color: rgb(234,96,34); }

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

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

 span { border-color: rgb(234,96,34); }

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