Html Css Color HEX #E17125 Tahiti Gold

📋 copy color: '#E17125'

red 225 ◦ green 113 ◦ blue 37

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

Shades of Tahiti Gold #E17125

Tints of Tahiti Gold #E17125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.87%

R = 60%
G = 30.13%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E17125 (or 0xE17125) is known color: Tahiti Gold. HEX triplet: E1, 71 and 25. RGB value is (225,113,37). Sum of RGB (Red+Green+Blue) = 225+113+37=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E17125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17125 is #1E8EDA. Grayscale: #8A8A8A. Windows color (decimal): -2002651 or 2453985. OLE color: 2453985.

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

Color convert

RGB 225 113 37 -
CMYK 0 0.50 0.84 0.12
HSL 24.26º 0.76% 0.51% -
HSV(B) 24.26º 0.84% 0.88% -
XYZ 37.29 27.95 5.18 -
YUV 137.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 225 113 37 0 0.50 0.84 0.12 24.26 0.76 0.51
Hex E1 71 25 0 32 54 C 18 4C 33
Octal 341 161 45 0 62 124 14 30 114 63
Binary 11100001 1110001 100101 0 110010 1010100 1100 11000 1001100 110011

Color Harmonies of #E17125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17125

Black with #E17125

Text Example


Text Example

White with #E17125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17125; }

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

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

background-color css

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

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

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

border-color css

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

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

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