Html Css Color HEX #E17D1F Tahiti Gold

📋 copy color: '#E17D1F'

red 225 ◦ green 125 ◦ blue 31

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

Shades of Tahiti Gold #E17D1F

Tints of Tahiti Gold #E17D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 59.06%
G = 32.81%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E17D1F (or 0xE17D1F) is known color: Tahiti Gold. HEX triplet: E1, 7D and 1F. RGB value is (225,125,31). Sum of RGB (Red+Green+Blue) = 225+125+31=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D1F is #1E82E0. Grayscale: #909090. Windows color (decimal): -1999585 or 2063841. OLE color: 2063841.

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

Color convert

RGB 225 125 31 -
CMYK 0 0.44 0.86 0.12
HSL 29.07º 0.76% 0.5% -
HSV(B) 29.07º 0.86% 0.88% -
XYZ 38.63 30.77 5.2 -
YUV 144.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 225 125 31 0 0.44 0.86 0.12 29.07 0.76 0.5
Hex E1 7D 1F 0 2C 56 C 1D 4C 32
Octal 341 175 37 0 54 126 14 35 114 62
Binary 11100001 1111101 11111 0 101100 1010110 1100 11101 1001100 110010

Color Harmonies of #E17D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D1F

Black with #E17D1F

Text Example


Text Example

White with #E17D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D1F; }

 p { color: rgb(225,125,31); }

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

background-color css

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

 a { background-color: rgb(225,125,31); }

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

border-color css

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

 span { border-color: rgb(225,125,31); }

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