Html Css Color HEX #E1771F Tahiti Gold

📋 copy color: '#E1771F'

red 225 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #E1771F

Tints of Tahiti Gold #E1771F

RGB

 RED value IS 225 (88.28% from 255) = 60%

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

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

R = 60%
G = 31.73%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1771F (or 0xE1771F) is known color: Tahiti Gold. HEX triplet: E1, 77 and 1F. RGB value is (225,119,31). Sum of RGB (Red+Green+Blue) = 225+119+31=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1771F is #1E88E0. Grayscale: #8D8D8D. Windows color (decimal): -2001121 or 2062305. OLE color: 2062305.

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

Color convert

RGB 225 119 31 -
CMYK 0 0.47 0.86 0.12
HSL 27.22º 0.76% 0.5% -
HSV(B) 27.22º 0.86% 0.88% -
XYZ 37.9 29.3 4.95 -
YUV 140.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 225 119 31 0 0.47 0.86 0.12 27.22 0.76 0.5
Hex E1 77 1F 0 2F 56 C 1B 4C 32
Octal 341 167 37 0 57 126 14 33 114 62
Binary 11100001 1110111 11111 0 101111 1010110 1100 11011 1001100 110010

Color Harmonies of #E1771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1771F

Black with #E1771F

Text Example


Text Example

White with #E1771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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