Html Css Color HEX #E0A82D Gold Tips

📋 copy color: '#E0A82D'

red 224 ◦ green 168 ◦ blue 45

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

Shades of Gold Tips #E0A82D

Tints of Gold Tips #E0A82D

RGB

 RED value IS 224 (87.89% from 255) = 51.26%

 GREEN value IS 168 (66.02% from 255) = 38.44%

 BLUE value IS 45 (17.97% from 255) = 10.3%

R = 51.26%
G = 38.44%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0A82D (or 0xE0A82D) is known color: Gold Tips. HEX triplet: E0, A8 and 2D. RGB value is (224,168,45). Sum of RGB (Red+Green+Blue) = 224+168+45=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A82D is #1F57D2. Grayscale: #ABABAB. Windows color (decimal): -2054099 or 2992352. OLE color: 2992352.

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

Color convert

RGB 224 168 45 -
CMYK 0 0.25 0.80 0.12
HSL 41.23º 0.74% 0.53% -
HSV(B) 41.23º 0.8% 0.88% -
XYZ 45.22 44.04 8.6 -
YUV 170.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 224 168 45 0 0.25 0.80 0.12 41.23 0.74 0.53
Hex E0 A8 2D 0 19 50 C 29 4A 35
Octal 340 250 55 0 31 120 14 51 112 65
Binary 11100000 10101000 101101 0 11001 1010000 1100 101001 1001010 110101

Color Harmonies of #E0A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A82D

Black with #E0A82D

Text Example


Text Example

White with #E0A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A82D; }

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

 H1.HeaderClassName
 {
   color: #E0A82D;
 }
 .AnyTagClassName
 {
   color: #E0A82D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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