#E77C2A

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

Shades of Tahiti Gold #E77C2A

Tints of Tahiti Gold #E77C2A

Color information

#E77C2A (or 0xE77C2A) is unknown color: approx Tahiti Gold. HEX triplet: E7, 7C and 2A. RGB value is (231,124,42). Sum of RGB (Red+Green+Blue) = 231+124+42=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C2A is #1883D5. Grayscale: #939393. Windows color (decimal): -1606614 or 2784487. OLE color: 2784487.

HSL color Cylindrical-coordinate representation of color #E77C2A: hue angle of 26.03º 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 #E77C2A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23112442-
CMYK00.460.820.09
HSL26.03º79.75%53.53%-
HSV(B)26.03º81.82%90.59%-
XYZ40.5831.576.15-
YUV146.6568.95188.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.19%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 42 (16.80% from 255) = 10.58%
R=58.19%
G=31.23%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311244200.460.820.0926.0379.7553.53
HexE77C2A02E5291a5036
Octal34717452056122113212066
Binary111001111111100101010010111010100101001110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C2A; }

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

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

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

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

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

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

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

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