#E0AD2D

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

Shades of Gold Tips #E0AD2D

Tints of Gold Tips #E0AD2D

Color information

#E0AD2D (or 0xE0AD2D) is unknown color: approx Gold Tips. HEX triplet: E0, AD and 2D. RGB value is (224,173,45). Sum of RGB (Red+Green+Blue) = 224+173+45=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD2D is #1F52D2. Grayscale: #AEAEAE. Windows color (decimal): -2052819 or 2993632. OLE color: 2993632.

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

Color convert

RGB22417345-
CMYK00.230.800.12
HSL42.91º74.27%52.75%-
HSV(B)42.91º79.91%87.84%-
XYZ46.1645.928.91-
YUV173.6655.4163.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 45 (17.97% from 255) = 10.18%
R=50.68%
G=39.14%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241734500.230.800.1242.9174.2752.75
HexE0AD2D01750C2b4a35
Octal34025555027120145311265
Binary1110000010101101101101010111101000011001010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD2D; }

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

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

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

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

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

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

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

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