Html Css Color HEX #E1772D Tahiti Gold

📋 copy color: '#E1772D'

red 225 ◦ green 119 ◦ blue 45

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

Shades of Tahiti Gold #E1772D

Tints of Tahiti Gold #E1772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 57.84%
G = 30.59%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1772D (or 0xE1772D) is known color: Tahiti Gold. HEX triplet: E1, 77 and 2D. RGB value is (225,119,45). Sum of RGB (Red+Green+Blue) = 225+119+45=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1772D is #1E88D2. Grayscale: #8E8E8E. Windows color (decimal): -2001107 or 2979809. OLE color: 2979809.

HSL color Cylindrical-coordinate representation of color #E1772D: hue angle of 24.67º 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 #E1772D is Cyan = 0, Magento = 0.47, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 45 -
CMYK 0 0.47 0.8 0.12
HSL 24.67º 0.75% 0.53% -
HSV(B) 24.67º 0.8% 0.88% -
XYZ 38.12 29.39 6.15 -
YUV 142.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 225 119 45 0 0.47 0.8 0.12 24.67 0.75 0.53
Hex E1 77 2D 0 2F 50 C 19 4B 35
Octal 341 167 55 0 57 120 14 31 113 65
Binary 11100001 1110111 101101 0 101111 1010000 1100 11001 1001011 110101

Color Harmonies of #E1772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1772D

Black with #E1772D

Text Example


Text Example

White with #E1772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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