Html Css Color HEX #E0742E Tahiti Gold

📋 copy color: '#E0742E'

red 224 ◦ green 116 ◦ blue 46

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

Shades of Tahiti Gold #E0742E

Tints of Tahiti Gold #E0742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 58.03%
G = 30.05%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0742E (or 0xE0742E) is known color: Tahiti Gold. HEX triplet: E0, 74 and 2E. RGB value is (224,116,46). Sum of RGB (Red+Green+Blue) = 224+116+46=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0742E is #1F8BD1. Grayscale: #8C8C8C. Windows color (decimal): -2067410 or 3044576. OLE color: 3044576.

HSL color Cylindrical-coordinate representation of color #E0742E: hue angle of 23.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0742E is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 46 -
CMYK 0 0.48 0.79 0.12
HSL 23.6º 0.74% 0.53% -
HSV(B) 23.6º 0.79% 0.88% -
XYZ 37.48 28.54 6.12 -
YUV 140.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 224 116 46 0 0.48 0.79 0.12 23.6 0.74 0.53
Hex E0 74 2E 0 30 4F C 18 4A 35
Octal 340 164 56 0 60 117 14 30 112 65
Binary 11100000 1110100 101110 0 110000 1001111 1100 11000 1001010 110101

Color Harmonies of #E0742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0742E

Black with #E0742E

Text Example


Text Example

White with #E0742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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