Html Css Color HEX #E1712E Tahiti Gold

📋 copy color: '#E1712E'

red 225 ◦ green 113 ◦ blue 46

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

Shades of Tahiti Gold #E1712E

Tints of Tahiti Gold #E1712E

RGB

 RED value IS 225 (88.28% from 255) = 58.59%

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

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

R = 58.59%
G = 29.43%
B = 11.98%

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

#E1712E (or 0xE1712E) is known color: Tahiti Gold. HEX triplet: E1, 71 and 2E. RGB value is (225,113,46). Sum of RGB (Red+Green+Blue) = 225+113+46=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1712E is #1E8ED1. Grayscale: #8B8B8B. Windows color (decimal): -2002642 or 3043809. OLE color: 3043809.

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

Color convert

RGB 225 113 46 -
CMYK 0 0.50 0.80 0.12
HSL 22.46º 0.75% 0.53% -
HSV(B) 22.46º 0.8% 0.88% -
XYZ 37.45 28.02 6.02 -
YUV 138.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 225 113 46 0 0.50 0.80 0.12 22.46 0.75 0.53
Hex E1 71 2E 0 32 50 C 16 4B 35
Octal 341 161 56 0 62 120 14 26 113 65
Binary 11100001 1110001 101110 0 110010 1010000 1100 10110 1001011 110101

Color Harmonies of #E1712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1712E

Black with #E1712E

Text Example


Text Example

White with #E1712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1712E; }

 p { color: rgb(225,113,46); }

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

background-color css

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

 a { background-color: rgb(225,113,46); }

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

border-color css

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

 span { border-color: rgb(225,113,46); }

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