#E0B42D

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

Shades of Gold Tips #E0B42D

Tints of Gold Tips #E0B42D

Color information

#E0B42D (or 0xE0B42D) is unknown color: approx Gold Tips. HEX triplet: E0, B4 and 2D. RGB value is (224,180,45). Sum of RGB (Red+Green+Blue) = 224+180+45=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B42D is #1F4BD2. Grayscale: #B2B2B2. Windows color (decimal): -2051027 or 2995424. OLE color: 2995424.

HSL color Cylindrical-coordinate representation of color #E0B42D: hue angle of 45.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0B42D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22418045-
CMYK00.200.800.12
HSL45.25º74.27%52.75%-
HSV(B)45.25º79.91%87.84%-
XYZ47.5448.689.37-
YUV177.7753.08160.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 45 (17.97% from 255) = 10.02%
R=49.89%
G=40.09%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241804500.200.800.1245.2574.2752.75
HexE0B42D01450C2d4a35
Octal34026455024120145511265
Binary1110000010110100101101010100101000011001011011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B42D; }

 p { color: rgb(224,180,45); }

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

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

 a { background-color: rgb(224,180,45); }

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

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

 span { border-color: rgb(224,180,45); }

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