#E16428

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

Shades of Tahiti Gold #E16428

Tints of Tahiti Gold #E16428

Color information

#E16428 (or 0xE16428) is unknown color: approx Tahiti Gold. HEX triplet: E1, 64 and 28. RGB value is (225,100,40). Sum of RGB (Red+Green+Blue) = 225+100+40=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E16428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16428 is #1E9BD7. Grayscale: #828282. Windows color (decimal): -2005976 or 2647265. OLE color: 2647265.

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

Color convert

RGB22510040-
CMYK00.560.820.12
HSL19.46º75.51%51.96%-
HSV(B)19.46º82.22%88.24%-
XYZ35.9925.284.99-
YUV130.5476.91195.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.64%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 40 (16.02% from 255) = 10.96%
R=61.64%
G=27.40%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251004000.560.820.1219.4675.5151.96
HexE1642803852C134c34
Octal34114450070122142311464
Binary111000011100100101000011100010100101100100111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16428; }

 p { color: rgb(225,100,40); }

 H1.HeaderClassName
 {
   color: #E16428;
 }
 .AnyTagClassName
 {
   color: #E16428;
 }
</style>
background-color css

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

 a { background-color: rgb(225,100,40); }

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

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

 span { border-color: rgb(225,100,40); }

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