#E16328

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

Shades of Gold Drop #E16328

Tints of Gold Drop #E16328

Color information

#E16328 (or 0xE16328) is unknown color: approx Gold Drop. HEX triplet: E1, 63 and 28. RGB value is (225,99,40). Sum of RGB (Red+Green+Blue) = 225+99+40=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E16328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16328 is #1E9CD7. Grayscale: #828282. Windows color (decimal): -2006232 or 2647009. OLE color: 2647009.

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

Color convert

RGB2259940-
CMYK00.560.820.12
HSL19.14º75.51%51.96%-
HSV(B)19.14º82.22%88.24%-
XYZ35.925.084.96-
YUV129.9577.24195.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.81%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 40 (16.02% from 255) = 10.99%
R=61.81%
G=27.20%
B=10.99%

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
Decimal225994000.560.820.1219.1475.5151.96
HexE1632803852C134c34
Octal34114350070122142311464
Binary111000011100011101000011100010100101100100111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16328; }

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

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

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

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

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

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

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

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