#E17D1F

Color #E17D1F Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #E17D1F

Tints of Tahiti Gold #E17D1F

Color information

#E17D1F (or 0xE17D1F) is unknown color: approx 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

RGB22512531-
CMYK00.440.860.12
HSL29.07º76.38%50.2%-
HSV(B)29.07º86.22%88.24%-
XYZ38.6330.775.2-
YUV144.1864.13185.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251253100.440.860.1229.0776.3850.2
HexE17D1F02C56C1d4c32
Octal34117537054126143511462
Binary11100001111110111111010110010101101100111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>