Html Css Color HEX #E5BA24 Gold Tips

📋 copy color: '#E5BA24'

red 229 ◦ green 186 ◦ blue 36

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

Shades of Gold Tips #E5BA24

Tints of Gold Tips #E5BA24

RGB

 RED value IS 229 (89.84% from 255) = 50.78%

 GREEN value IS 186 (73.05% from 255) = 41.24%

 BLUE value IS 36 (14.45% from 255) = 7.98%

R = 50.78%
G = 41.24%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E5BA24 (or 0xE5BA24) is known color: Gold Tips. HEX triplet: E5, BA and 24. RGB value is (229,186,36). Sum of RGB (Red+Green+Blue) = 229+186+36=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA24 is #1A45DB. Grayscale: #B6B6B6. Windows color (decimal): -1721820 or 2407141. OLE color: 2407141.

HSL color Cylindrical-coordinate representation of color #E5BA24: hue angle of 46.63º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5BA24 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 36 -
CMYK 0 0.19 0.84 0.10
HSL 46.63º 0.79% 0.52% -
HSV(B) 46.63º 0.84% 0.9% -
XYZ 50.19 51.9 9.04 -
YUV 181.76 45.75 161.7 -
System Red Green Blue C M Y K H S L
Decimal 229 186 36 0 0.19 0.84 0.10 46.63 0.79 0.52
Hex E5 BA 24 0 13 54 A 2F 4F 34
Octal 345 272 44 0 23 124 12 57 117 64
Binary 11100101 10111010 100100 0 10011 1010100 1010 101111 1001111 110100

Color Harmonies of #E5BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA24

Black with #E5BA24

Text Example


Text Example

White with #E5BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA24; }

 p { color: rgb(229,186,36); }

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

background-color css

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

 a { background-color: rgb(229,186,36); }

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

border-color css

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

 span { border-color: rgb(229,186,36); }

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