#E77B2A

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

Shades of Tahiti Gold #E77B2A

Tints of Tahiti Gold #E77B2A

Color information

#E77B2A (or 0xE77B2A) is unknown color: approx Tahiti Gold. HEX triplet: E7, 7B and 2A. RGB value is (231,123,42). Sum of RGB (Red+Green+Blue) = 231+123+42=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77B2A is #1884D5. Grayscale: #929292. Windows color (decimal): -1606870 or 2784231. OLE color: 2784231.

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

Color convert

RGB23112342-
CMYK00.470.820.09
HSL25.71º79.75%53.53%-
HSV(B)25.71º81.82%90.59%-
XYZ40.4631.326.1-
YUV146.0669.28188.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.33%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 42 (16.80% from 255) = 10.61%
R=58.33%
G=31.06%
B=10.61%

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
Decimal2311234200.470.820.0925.7179.7553.53
HexE77B2A02F5291a5036
Octal34717352057122113212066
Binary111001111111011101010010111110100101001110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77B2A; }

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

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

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

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

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

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

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

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