Html Css Color HEX #E0B31A Gold Tips

📋 copy color: '#E0B31A'

red 224 ◦ green 179 ◦ blue 26

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

Shades of Gold Tips #E0B31A

Tints of Gold Tips #E0B31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

 BLUE value IS 26 (10.55% from 255) = 6.06%

R = 52.21%
G = 41.72%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0B31A (or 0xE0B31A) is known color: Gold Tips. HEX triplet: E0, B3 and 1A. RGB value is (224,179,26). Sum of RGB (Red+Green+Blue) = 224+179+26=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B31A is #1F4CE5. Grayscale: #AFAFAF. Windows color (decimal): -2051302 or 1749984. OLE color: 1749984.

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

Color convert

RGB 224 179 26 -
CMYK 0 0.20 0.88 0.12
HSL 46.36º 0.79% 0.49% -
HSV(B) 46.36º 0.88% 0.88% -
XYZ 47.05 48.16 7.79 -
YUV 175.01 43.91 162.94 -
System Red Green Blue C M Y K H S L
Decimal 224 179 26 0 0.20 0.88 0.12 46.36 0.79 0.49
Hex E0 B3 1A 0 14 58 C 2E 4F 31
Octal 340 263 32 0 24 130 14 56 117 61
Binary 11100000 10110011 11010 0 10100 1011000 1100 101110 1001111 110001

Color Harmonies of #E0B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B31A

Black with #E0B31A

Text Example


Text Example

White with #E0B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B31A; }

 p { color: rgb(224,179,26); }

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

background-color css

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

 a { background-color: rgb(224,179,26); }

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

border-color css

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

 span { border-color: rgb(224,179,26); }

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