Html Css Color HEX #EBA520 Gold Tips

📋 copy color: '#EBA520'

red 235 ◦ green 165 ◦ blue 32

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

Shades of Gold Tips #EBA520

Tints of Gold Tips #EBA520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 54.4%
G = 38.19%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA520 (or 0xEBA520) is known color: Gold Tips. HEX triplet: EB, A5 and 20. RGB value is (235,165,32). Sum of RGB (Red+Green+Blue) = 235+165+32=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA520 is #145ADF. Grayscale: #ABABAB. Windows color (decimal): -1333984 or 2139627. OLE color: 2139627.

HSL color Cylindrical-coordinate representation of color #EBA520: hue angle of 39.31º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBA520 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 32 -
CMYK 0 0.30 0.86 0.08
HSL 39.31º 0.84% 0.52% -
HSV(B) 39.31º 0.86% 0.92% -
XYZ 47.98 44.68 7.46 -
YUV 170.77 49.69 173.81 -
System Red Green Blue C M Y K H S L
Decimal 235 165 32 0 0.30 0.86 0.08 39.31 0.84 0.52
Hex EB A5 20 0 1E 56 8 27 54 34
Octal 353 245 40 0 36 126 10 47 124 64
Binary 11101011 10100101 100000 0 11110 1010110 1000 100111 1010100 110100

Color Harmonies of #EBA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA520

Black with #EBA520

Text Example


Text Example

White with #EBA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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