Html Css Color HEX #E2771C Tahiti Gold

📋 copy color: '#E2771C'

red 226 ◦ green 119 ◦ blue 28

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

Shades of Tahiti Gold #E2771C

Tints of Tahiti Gold #E2771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 60.59%
G = 31.9%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2771C (or 0xE2771C) is known color: Tahiti Gold. HEX triplet: E2, 77 and 1C. RGB value is (226,119,28). Sum of RGB (Red+Green+Blue) = 226+119+28=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2771C is #1D88E3. Grayscale: #8D8D8D. Windows color (decimal): -1935588 or 1865698. OLE color: 1865698.

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

Color convert

RGB 226 119 28 -
CMYK 0 0.47 0.88 0.11
HSL 27.58º 0.78% 0.5% -
HSV(B) 27.58º 0.88% 0.89% -
XYZ 38.17 29.45 4.77 -
YUV 140.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 226 119 28 0 0.47 0.88 0.11 27.58 0.78 0.5
Hex E2 77 1C 0 2F 58 B 1C 4E 32
Octal 342 167 34 0 57 130 13 34 116 62
Binary 11100010 1110111 11100 0 101111 1011000 1011 11100 1001110 110010

Color Harmonies of #E2771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2771C

Black with #E2771C

Text Example


Text Example

White with #E2771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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