Html Css Color HEX #E17120 Tahiti Gold

📋 copy color: '#E17120'

red 225 ◦ green 113 ◦ blue 32

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

Shades of Tahiti Gold #E17120

Tints of Tahiti Gold #E17120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 60.81%
G = 30.54%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E17120 (or 0xE17120) is known color: Tahiti Gold. HEX triplet: E1, 71 and 20. RGB value is (225,113,32). Sum of RGB (Red+Green+Blue) = 225+113+32=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E17120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17120 is #1E8EDF. Grayscale: #898989. Windows color (decimal): -2002656 or 2126305. OLE color: 2126305.

HSL color Cylindrical-coordinate representation of color #E17120: hue angle of 25.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E17120 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 32 -
CMYK 0 0.50 0.86 0.12
HSL 25.18º 0.76% 0.5% -
HSV(B) 25.18º 0.86% 0.88% -
XYZ 37.22 27.92 4.79 -
YUV 137.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 225 113 32 0 0.50 0.86 0.12 25.18 0.76 0.5
Hex E1 71 20 0 32 56 C 19 4C 32
Octal 341 161 40 0 62 126 14 31 114 62
Binary 11100001 1110001 100000 0 110010 1010110 1100 11001 1001100 110010

Color Harmonies of #E17120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17120

Black with #E17120

Text Example


Text Example

White with #E17120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17120; }

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

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

background-color css

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

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

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

border-color css

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

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

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