#EA5A22

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

Shades of Tahiti Gold #EA5A22

Tints of Tahiti Gold #EA5A22

Color information

#EA5A22 (or 0xEA5A22) is unknown color: approx Tahiti Gold. HEX triplet: EA, 5A and 22. RGB value is (234,90,34). Sum of RGB (Red+Green+Blue) = 234+90+34=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A22 is #15A5DD. Grayscale: #7F7F7F. Windows color (decimal): -1418718 or 2251498. OLE color: 2251498.

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

Color convert

RGB2349034-
CMYK00.620.850.08
HSL16.8º82.64%52.55%-
HSV(B)16.8º85.47%91.76%-
XYZ37.8824.924.33-
YUV126.6775.71204.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.36%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 34 (13.67% from 255) = 9.50%
R=65.36%
G=25.14%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234903400.620.850.0816.882.6452.55
HexEA5A2203E558115335
Octal35213242076125102112365
Binary111010101011010100010011111010101011000100011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A22; }

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

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

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

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

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

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

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

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