Html Css Color HEX #E0712B Tahiti Gold

📋 copy color: '#E0712B'

red 224 ◦ green 113 ◦ blue 43

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

Shades of Tahiti Gold #E0712B

Tints of Tahiti Gold #E0712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 58.95%
G = 29.74%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0712B (or 0xE0712B) is known color: Tahiti Gold. HEX triplet: E0, 71 and 2B. RGB value is (224,113,43). Sum of RGB (Red+Green+Blue) = 224+113+43=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0712B is #1F8ED4. Grayscale: #8A8A8A. Windows color (decimal): -2068181 or 2847200. OLE color: 2847200.

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

Color convert

RGB 224 113 43 -
CMYK 0 0.50 0.81 0.12
HSL 23.2º 0.74% 0.52% -
HSV(B) 23.2º 0.81% 0.88% -
XYZ 37.08 27.83 5.7 -
YUV 138.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 224 113 43 0 0.50 0.81 0.12 23.2 0.74 0.52
Hex E0 71 2B 0 32 51 C 17 4A 34
Octal 340 161 53 0 62 121 14 27 112 64
Binary 11100000 1110001 101011 0 110010 1010001 1100 10111 1001010 110100

Color Harmonies of #E0712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0712B

Black with #E0712B

Text Example


Text Example

White with #E0712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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