#E77A2A

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

Shades of Tahiti Gold #E77A2A

Tints of Tahiti Gold #E77A2A

Color information

#E77A2A (or 0xE77A2A) is unknown color: approx Tahiti Gold. HEX triplet: E7, 7A and 2A. RGB value is (231,122,42). Sum of RGB (Red+Green+Blue) = 231+122+42=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A2A is #1885D5. Grayscale: #919191. Windows color (decimal): -1607126 or 2783975. OLE color: 2783975.

HSL color Cylindrical-coordinate representation of color #E77A2A: hue angle of 25.4º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E77A2A is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23112242-
CMYK00.470.820.09
HSL25.4º79.75%53.53%-
HSV(B)25.4º81.82%90.59%-
XYZ40.3331.086.06-
YUV145.4769.61189-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.48%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=58.48%
G=30.89%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311224200.470.820.0925.479.7553.53
HexE77A2A02F529195036
Octal34717252057122113112066
Binary111001111111010101010010111110100101001110011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A2A; }

 p { color: rgb(231,122,42); }

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

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

 a { background-color: rgb(231,122,42); }

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

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

 span { border-color: rgb(231,122,42); }

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