Html Css Color HEX #E0742B Tahiti Gold

📋 copy color: '#E0742B'

red 224 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #E0742B

Tints of Tahiti Gold #E0742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 58.49%
G = 30.29%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0742B (or 0xE0742B) is known color: Tahiti Gold. HEX triplet: E0, 74 and 2B. RGB value is (224,116,43). Sum of RGB (Red+Green+Blue) = 224+116+43=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0742B is #1F8BD4. Grayscale: #8C8C8C. Windows color (decimal): -2067413 or 2847968. OLE color: 2847968.

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

Color convert

RGB 224 116 43 -
CMYK 0 0.48 0.81 0.12
HSL 24.2º 0.74% 0.52% -
HSV(B) 24.2º 0.81% 0.88% -
XYZ 37.42 28.51 5.82 -
YUV 139.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 224 116 43 0 0.48 0.81 0.12 24.2 0.74 0.52
Hex E0 74 2B 0 30 51 C 18 4A 34
Octal 340 164 53 0 60 121 14 30 112 64
Binary 11100000 1110100 101011 0 110000 1010001 1100 11000 1001010 110100

Color Harmonies of #E0742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0742B

Black with #E0742B

Text Example


Text Example

White with #E0742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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