Html Css Color HEX #E1742D Tahiti Gold

📋 copy color: '#E1742D'

red 225 ◦ green 116 ◦ blue 45

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

Shades of Tahiti Gold #E1742D

Tints of Tahiti Gold #E1742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 58.29%
G = 30.05%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1742D (or 0xE1742D) is known color: Tahiti Gold. HEX triplet: E1, 74 and 2D. RGB value is (225,116,45). Sum of RGB (Red+Green+Blue) = 225+116+45=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1742D is #1E8BD2. Grayscale: #8C8C8C. Windows color (decimal): -2001875 or 2979041. OLE color: 2979041.

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

Color convert

RGB 225 116 45 -
CMYK 0 0.48 0.8 0.12
HSL 23.67º 0.75% 0.53% -
HSV(B) 23.67º 0.8% 0.88% -
XYZ 37.77 28.69 6.03 -
YUV 140.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 225 116 45 0 0.48 0.8 0.12 23.67 0.75 0.53
Hex E1 74 2D 0 30 50 C 18 4B 35
Octal 341 164 55 0 60 120 14 30 113 65
Binary 11100001 1110100 101101 0 110000 1010000 1100 11000 1001011 110101

Color Harmonies of #E1742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1742D

Black with #E1742D

Text Example


Text Example

White with #E1742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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