Html Css Color HEX #E0AD2D Gold Tips

📋 copy color: '#E0AD2D'

red 224 ◦ green 173 ◦ blue 45

#E0AD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #E0AD2D

Tints of Gold Tips #E0AD2D

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 value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0AD2D (or 0xE0AD2D) is known color: 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

RGB 224 173 45 -
CMYK 0 0.23 0.80 0.12
HSL 42.91º 0.74% 0.53% -
HSV(B) 42.91º 0.8% 0.88% -
XYZ 46.16 45.92 8.91 -
YUV 173.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 224 173 45 0 0.23 0.80 0.12 42.91 0.74 0.53
Hex E0 AD 2D 0 17 50 C 2B 4A 35
Octal 340 255 55 0 27 120 14 53 112 65
Binary 11100000 10101101 101101 0 10111 1010000 1100 101011 1001010 110101

Color Harmonies of #E0AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD2D

Black with #E0AD2D

Text Example


Text Example

White with #E0AD2D

Text Example


Text Example

HTML Codes & Css Web 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>