Html Css Color HEX #EBA924 Gold Tips

📋 copy color: '#EBA924'

red 235 ◦ green 169 ◦ blue 36

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

Shades of Gold Tips #EBA924

Tints of Gold Tips #EBA924

RGB

 RED value IS 235 (92.19% from 255) = 53.41%

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

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

R = 53.41%
G = 38.41%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA924 (or 0xEBA924) is known color: Gold Tips. HEX triplet: EB, A9 and 24. RGB value is (235,169,36). Sum of RGB (Red+Green+Blue) = 235+169+36=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA924 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA924 is #1456DB. Grayscale: #AEAEAE. Windows color (decimal): -1332956 or 2402795. OLE color: 2402795.

HSL color Cylindrical-coordinate representation of color #EBA924: hue angle of 40.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBA924 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 36 -
CMYK 0 0.28 0.85 0.08
HSL 40.1º 0.83% 0.53% -
HSV(B) 40.1º 0.85% 0.92% -
XYZ 48.77 46.17 8.01 -
YUV 173.57 50.37 171.81 -
System Red Green Blue C M Y K H S L
Decimal 235 169 36 0 0.28 0.85 0.08 40.1 0.83 0.53
Hex EB A9 24 0 1C 55 8 28 53 35
Octal 353 251 44 0 34 125 10 50 123 65
Binary 11101011 10101001 100100 0 11100 1010101 1000 101000 1010011 110101

Color Harmonies of #EBA924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA924

Black with #EBA924

Text Example


Text Example

White with #EBA924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA924; }

 p { color: rgb(235,169,36); }

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

background-color css

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

 a { background-color: rgb(235,169,36); }

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

border-color css

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

 span { border-color: rgb(235,169,36); }

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