Html Css Color HEX #E0B419 Gold Tips

📋 copy color: '#E0B419'

red 224 ◦ green 180 ◦ blue 25

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

Shades of Gold Tips #E0B419

Tints of Gold Tips #E0B419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 25 (10.16% from 255) = 5.83%

R = 52.21%
G = 41.96%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0B419 (or 0xE0B419) is known color: Gold Tips. HEX triplet: E0, B4 and 19. RGB value is (224,180,25). Sum of RGB (Red+Green+Blue) = 224+180+25=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B419 is #1F4BE6. Grayscale: #B0B0B0. Windows color (decimal): -2051047 or 1684704. OLE color: 1684704.

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

Color convert

RGB 224 180 25 -
CMYK 0 0.20 0.89 0.12
HSL 46.73º 0.8% 0.49% -
HSV(B) 46.73º 0.89% 0.88% -
XYZ 47.24 48.56 7.8 -
YUV 175.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 224 180 25 0 0.20 0.89 0.12 46.73 0.8 0.49
Hex E0 B4 19 0 14 59 C 2F 50 31
Octal 340 264 31 0 24 131 14 57 120 61
Binary 11100000 10110100 11001 0 10100 1011001 1100 101111 1010000 110001

Color Harmonies of #E0B419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B419

Black with #E0B419

Text Example


Text Example

White with #E0B419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B419; }

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

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

background-color css

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

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

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

border-color css

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

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

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