Html Css Color HEX #E0712D Tahiti Gold

📋 copy color: '#E0712D'

red 224 ◦ green 113 ◦ blue 45

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

Shades of Tahiti Gold #E0712D

Tints of Tahiti Gold #E0712D

RGB

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

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

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

R = 58.64%
G = 29.58%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0712D (or 0xE0712D) is known color: Tahiti Gold. HEX triplet: E0, 71 and 2D. RGB value is (224,113,45). Sum of RGB (Red+Green+Blue) = 224+113+45=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0712D is #1F8ED2. Grayscale: #8A8A8A. Windows color (decimal): -2068179 or 2978272. OLE color: 2978272.

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

Color convert

RGB 224 113 45 -
CMYK 0 0.50 0.80 0.12
HSL 22.79º 0.74% 0.53% -
HSV(B) 22.79º 0.8% 0.88% -
XYZ 37.12 27.85 5.9 -
YUV 138.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 224 113 45 0 0.50 0.80 0.12 22.79 0.74 0.53
Hex E0 71 2D 0 32 50 C 17 4A 35
Octal 340 161 55 0 62 120 14 27 112 65
Binary 11100000 1110001 101101 0 110010 1010000 1100 10111 1001010 110101

Color Harmonies of #E0712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0712D

Black with #E0712D

Text Example


Text Example

White with #E0712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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