Html Css Color HEX #EBA523 Gold Tips

📋 copy color: '#EBA523'

red 235 ◦ green 165 ◦ blue 35

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

Shades of Gold Tips #EBA523

Tints of Gold Tips #EBA523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

 BLUE value IS 35 (14.06% from 255) = 8.05%

R = 54.02%
G = 37.93%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA523 (or 0xEBA523) is known color: Gold Tips. HEX triplet: EB, A5 and 23. RGB value is (235,165,35). Sum of RGB (Red+Green+Blue) = 235+165+35=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA523 is #145ADC. Grayscale: #ABABAB. Windows color (decimal): -1333981 or 2336235. OLE color: 2336235.

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

Color convert

RGB 235 165 35 -
CMYK 0 0.30 0.85 0.08
HSL 39º 0.83% 0.53% -
HSV(B) 39º 0.85% 0.92% -
XYZ 48.02 44.69 7.69 -
YUV 171.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 235 165 35 0 0.30 0.85 0.08 39 0.83 0.53
Hex EB A5 23 0 1E 55 8 27 53 35
Octal 353 245 43 0 36 125 10 47 123 65
Binary 11101011 10100101 100011 0 11110 1010101 1000 100111 1010011 110101

Color Harmonies of #EBA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA523

Black with #EBA523

Text Example


Text Example

White with #EBA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA523; }

 p { color: rgb(235,165,35); }

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

background-color css

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

 a { background-color: rgb(235,165,35); }

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

border-color css

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

 span { border-color: rgb(235,165,35); }

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