Html Css Color HEX #E2771F Tahiti Gold

📋 copy color: '#E2771F'

red 226 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #E2771F

Tints of Tahiti Gold #E2771F

RGB

 RED value IS 226 (88.67% from 255) = 60.11%

 GREEN value IS 119 (46.88% from 255) = 31.65%

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

R = 60.11%
G = 31.65%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2771F (or 0xE2771F) is known color: Tahiti Gold. HEX triplet: E2, 77 and 1F. RGB value is (226,119,31). Sum of RGB (Red+Green+Blue) = 226+119+31=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E2771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2771F is #1D88E0. Grayscale: #8D8D8D. Windows color (decimal): -1935585 or 2062306. OLE color: 2062306.

HSL color Cylindrical-coordinate representation of color #E2771F: hue angle of 27.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2771F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 119 31 -
CMYK 0 0.47 0.86 0.11
HSL 27.08º 0.77% 0.5% -
HSV(B) 27.08º 0.86% 0.89% -
XYZ 38.21 29.46 4.97 -
YUV 140.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 226 119 31 0 0.47 0.86 0.11 27.08 0.77 0.5
Hex E2 77 1F 0 2F 56 B 1B 4D 32
Octal 342 167 37 0 57 126 13 33 115 62
Binary 11100010 1110111 11111 0 101111 1010110 1011 11011 1001101 110010

Color Harmonies of #E2771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2771F

Black with #E2771F

Text Example


Text Example

White with #E2771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2771F; }

 p { color: rgb(226,119,31); }

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

background-color css

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

 a { background-color: rgb(226,119,31); }

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

border-color css

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

 span { border-color: rgb(226,119,31); }

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