Html Css Color HEX #E1772C Tahiti Gold

📋 copy color: '#E1772C'

red 225 ◦ green 119 ◦ blue 44

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

Shades of Tahiti Gold #E1772C

Tints of Tahiti Gold #E1772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 57.99%
G = 30.67%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1772C (or 0xE1772C) is known color: Tahiti Gold. HEX triplet: E1, 77 and 2C. RGB value is (225,119,44). Sum of RGB (Red+Green+Blue) = 225+119+44=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1772C is #1E88D3. Grayscale: #8E8E8E. Windows color (decimal): -2001108 or 2914273. OLE color: 2914273.

HSL color Cylindrical-coordinate representation of color #E1772C: hue angle of 24.86º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1772C is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 44 -
CMYK 0 0.47 0.80 0.12
HSL 24.86º 0.75% 0.53% -
HSV(B) 24.86º 0.8% 0.88% -
XYZ 38.1 29.38 6.05 -
YUV 142.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 225 119 44 0 0.47 0.80 0.12 24.86 0.75 0.53
Hex E1 77 2C 0 2F 50 C 19 4B 35
Octal 341 167 54 0 57 120 14 31 113 65
Binary 11100001 1110111 101100 0 101111 1010000 1100 11001 1001011 110101

Color Harmonies of #E1772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1772C

Black with #E1772C

Text Example


Text Example

White with #E1772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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