Html Css Color HEX #E0742D Tahiti Gold

📋 copy color: '#E0742D'

red 224 ◦ green 116 ◦ blue 45

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

Shades of Tahiti Gold #E0742D

Tints of Tahiti Gold #E0742D

RGB

 RED value IS 224 (87.89% from 255) = 58.18%

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

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

R = 58.18%
G = 30.13%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0742D (or 0xE0742D) is known color: Tahiti Gold. HEX triplet: E0, 74 and 2D. RGB value is (224,116,45). Sum of RGB (Red+Green+Blue) = 224+116+45=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0742D is #1F8BD2. Grayscale: #8C8C8C. Windows color (decimal): -2067411 or 2979040. OLE color: 2979040.

HSL color Cylindrical-coordinate representation of color #E0742D: hue angle of 23.8º degrees, saturation: 0.74, 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 #E0742D is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 45 -
CMYK 0 0.48 0.80 0.12
HSL 23.8º 0.74% 0.53% -
HSV(B) 23.8º 0.8% 0.88% -
XYZ 37.46 28.53 6.01 -
YUV 140.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 224 116 45 0 0.48 0.80 0.12 23.8 0.74 0.53
Hex E0 74 2D 0 30 50 C 18 4A 35
Octal 340 164 55 0 60 120 14 30 112 65
Binary 11100000 1110100 101101 0 110000 1010000 1100 11000 1001010 110101

Color Harmonies of #E0742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0742D

Black with #E0742D

Text Example


Text Example

White with #E0742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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