Html Css Color HEX #E0A92C Gold Tips

📋 copy color: '#E0A92C'

red 224 ◦ green 169 ◦ blue 44

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

Shades of Gold Tips #E0A92C

Tints of Gold Tips #E0A92C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 44 (17.58% from 255) = 10.07%

R = 51.26%
G = 38.67%
B = 10.07%

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

#E0A92C (or 0xE0A92C) is known color: Gold Tips. HEX triplet: E0, A9 and 2C. RGB value is (224,169,44). Sum of RGB (Red+Green+Blue) = 224+169+44=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A92C is #1F56D3. Grayscale: #ABABAB. Windows color (decimal): -2053844 or 2927072. OLE color: 2927072.

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

Color convert

RGB 224 169 44 -
CMYK 0 0.25 0.80 0.12
HSL 41.67º 0.74% 0.53% -
HSV(B) 41.67º 0.8% 0.88% -
XYZ 45.38 44.41 8.56 -
YUV 171.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 224 169 44 0 0.25 0.80 0.12 41.67 0.74 0.53
Hex E0 A9 2C 0 19 50 C 2A 4A 35
Octal 340 251 54 0 31 120 14 52 112 65
Binary 11100000 10101001 101100 0 11001 1010000 1100 101010 1001010 110101

Color Harmonies of #E0A92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A92C

Black with #E0A92C

Text Example


Text Example

White with #E0A92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A92C; }

 p { color: rgb(224,169,44); }

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

background-color css

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

 a { background-color: rgb(224,169,44); }

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

border-color css

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

 span { border-color: rgb(224,169,44); }

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