Html Css Color HEX #E2742D Tahiti Gold

📋 copy color: '#E2742D'

red 226 ◦ green 116 ◦ blue 45

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

Shades of Tahiti Gold #E2742D

Tints of Tahiti Gold #E2742D

RGB

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

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

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

R = 58.4%
G = 29.97%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2742D (or 0xE2742D) is known color: Tahiti Gold. HEX triplet: E2, 74 and 2D. RGB value is (226,116,45). Sum of RGB (Red+Green+Blue) = 226+116+45=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2742D is #1D8BD2. Grayscale: #8D8D8D. Windows color (decimal): -1936339 or 2979042. OLE color: 2979042.

HSL color Cylindrical-coordinate representation of color #E2742D: hue angle of 23.54º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2742D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 116 45 -
CMYK 0 0.49 0.80 0.11
HSL 23.54º 0.76% 0.53% -
HSV(B) 23.54º 0.8% 0.89% -
XYZ 38.08 28.85 6.04 -
YUV 140.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 226 116 45 0 0.49 0.80 0.11 23.54 0.76 0.53
Hex E2 74 2D 0 31 50 B 18 4C 35
Octal 342 164 55 0 61 120 13 30 114 65
Binary 11100010 1110100 101101 0 110001 1010000 1011 11000 1001100 110101

Color Harmonies of #E2742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2742D

Black with #E2742D

Text Example


Text Example

White with #E2742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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