Html Css Color HEX #E77D1F Tahiti Gold

📋 copy color: '#E77D1F'

red 231 ◦ green 125 ◦ blue 31

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

Shades of Tahiti Gold #E77D1F

Tints of Tahiti Gold #E77D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 31 (12.5% from 255) = 8.01%

R = 59.69%
G = 32.3%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E77D1F (or 0xE77D1F) is known color: Tahiti Gold. HEX triplet: E7, 7D and 1F. RGB value is (231,125,31). Sum of RGB (Red+Green+Blue) = 231+125+31=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D1F is #1882E0. Grayscale: #929292. Windows color (decimal): -1606369 or 2063847. OLE color: 2063847.

HSL color Cylindrical-coordinate representation of color #E77D1F: hue angle of 28.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E77D1F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 125 31 -
CMYK 0 0.46 0.87 0.09
HSL 28.2º 0.81% 0.51% -
HSV(B) 28.2º 0.87% 0.91% -
XYZ 40.54 31.76 5.29 -
YUV 145.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 231 125 31 0 0.46 0.87 0.09 28.2 0.81 0.51
Hex E7 7D 1F 0 2E 57 9 1C 51 33
Octal 347 175 37 0 56 127 11 34 121 63
Binary 11100111 1111101 11111 0 101110 1010111 1001 11100 1010001 110011

Color Harmonies of #E77D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D1F

Black with #E77D1F

Text Example


Text Example

White with #E77D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D1F; }

 p { color: rgb(231,125,31); }

 H1.HeaderClassName
 {
   color: #E77D1F;
 }
 .AnyTagClassName
 {
   color: #E77D1F;
 }
</style>

background-color css

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

 a { background-color: rgb(231,125,31); }

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

border-color css

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

 span { border-color: rgb(231,125,31); }

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