Html Css Color HEX #EBA724 Gold Tips

📋 copy color: '#EBA724'

red 235 ◦ green 167 ◦ blue 36

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

Shades of Gold Tips #EBA724

Tints of Gold Tips #EBA724

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.13%

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

R = 53.65%
G = 38.13%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA724 (or 0xEBA724) is known color: Gold Tips. HEX triplet: EB, A7 and 24. RGB value is (235,167,36). Sum of RGB (Red+Green+Blue) = 235+167+36=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA724 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA724 is #1458DB. Grayscale: #ACACAC. Windows color (decimal): -1333468 or 2402283. OLE color: 2402283.

HSL color Cylindrical-coordinate representation of color #EBA724: hue angle of 39.5º 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 #EBA724 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 36 -
CMYK 0 0.29 0.85 0.08
HSL 39.5º 0.83% 0.53% -
HSV(B) 39.5º 0.85% 0.92% -
XYZ 48.4 45.43 7.89 -
YUV 172.4 51.03 172.65 -
System Red Green Blue C M Y K H S L
Decimal 235 167 36 0 0.29 0.85 0.08 39.5 0.83 0.53
Hex EB A7 24 0 1D 55 8 27 53 35
Octal 353 247 44 0 35 125 10 47 123 65
Binary 11101011 10100111 100100 0 11101 1010101 1000 100111 1010011 110101

Color Harmonies of #EBA724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA724

Black with #EBA724

Text Example


Text Example

White with #EBA724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA724; }

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

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

background-color css

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

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

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

border-color css

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

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

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