#E16528

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

Shades of Tahiti Gold #E16528

Tints of Tahiti Gold #E16528

Color information

#E16528 (or 0xE16528) is unknown color: approx Tahiti Gold. HEX triplet: E1, 65 and 28. RGB value is (225,101,40). Sum of RGB (Red+Green+Blue) = 225+101+40=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E16528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16528 is #1E9AD7. Grayscale: #838383. Windows color (decimal): -2005720 or 2647521. OLE color: 2647521.

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

Color convert

RGB22510140-
CMYK00.550.820.12
HSL19.78º75.51%51.96%-
HSV(B)19.78º82.22%88.24%-
XYZ36.0925.475.02-
YUV131.1276.58194.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.48%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=61.48%
G=27.60%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251014000.550.820.1219.7875.5151.96
HexE1652803752C144c34
Octal34114550067122142411464
Binary111000011100101101000011011110100101100101001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16528; }

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

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

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

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

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

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

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

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