#E06126

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

Shades of Gold Drop #E06126

Tints of Gold Drop #E06126

Color information

#E06126 (or 0xE06126) is unknown color: approx Gold Drop. HEX triplet: E0, 61 and 26. RGB value is (224,97,38). Sum of RGB (Red+Green+Blue) = 224+97+38=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E06126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06126 is #1F9ED9. Grayscale: #808080. Windows color (decimal): -2072282 or 2515424. OLE color: 2515424.

HSL color Cylindrical-coordinate representation of color #E06126: hue angle of 19.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E06126 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2249738-
CMYK00.570.830.12
HSL19.03º75%51.37%-
HSV(B)19.03º83.04%87.84%-
XYZ35.3724.544.71-
YUV128.2577.08196.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.40%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=62.40%
G=27.02%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224973800.570.830.1219.037551.37
HexE0612603953C134b33
Octal34014146071123142311363
Binary111000001100001100110011100110100111100100111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06126; }

 p { color: rgb(224,97,38); }

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

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

 a { background-color: rgb(224,97,38); }

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

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

 span { border-color: rgb(224,97,38); }

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