Html Css Color HEX #E77A2A Tahiti Gold

📋 copy color: '#E77A2A'

red 231 ◦ green 122 ◦ blue 42

#E77A2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #E77A2A

Tints of Tahiti Gold #E77A2A

RGB

 RED value IS 231 (90.63% from 255) = 58.48%

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 58.48%
G = 30.89%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E77A2A (or 0xE77A2A) is known color: 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

RGB 231 122 42 -
CMYK 0 0.47 0.82 0.09
HSL 25.4º 0.8% 0.54% -
HSV(B) 25.4º 0.82% 0.91% -
XYZ 40.33 31.08 6.06 -
YUV 145.47 69.61 189 -
System Red Green Blue C M Y K H S L
Decimal 231 122 42 0 0.47 0.82 0.09 25.4 0.8 0.54
Hex E7 7A 2A 0 2F 52 9 19 50 36
Octal 347 172 52 0 57 122 11 31 120 66
Binary 11100111 1111010 101010 0 101111 1010010 1001 11001 1010000 110110

Color Harmonies of #E77A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A2A

Black with #E77A2A

Text Example


Text Example

White with #E77A2A

Text Example


Text Example

HTML Codes & Css Web 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>