Html Css Color HEX #EBA920 Gold Tips

📋 copy color: '#EBA920'

red 235 ◦ green 169 ◦ blue 32

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

Shades of Gold Tips #EBA920

Tints of Gold Tips #EBA920

RGB

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

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

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

R = 53.9%
G = 38.76%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA920 (or 0xEBA920) is known color: Gold Tips. HEX triplet: EB, A9 and 20. RGB value is (235,169,32). Sum of RGB (Red+Green+Blue) = 235+169+32=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA920 is #1456DF. Grayscale: #ADADAD. Windows color (decimal): -1332960 or 2140651. OLE color: 2140651.

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

Color convert

RGB 235 169 32 -
CMYK 0 0.28 0.86 0.08
HSL 40.49º 0.84% 0.52% -
HSV(B) 40.49º 0.86% 0.92% -
XYZ 48.71 46.14 7.71 -
YUV 173.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 235 169 32 0 0.28 0.86 0.08 40.49 0.84 0.52
Hex EB A9 20 0 1C 56 8 28 54 34
Octal 353 251 40 0 34 126 10 50 124 64
Binary 11101011 10101001 100000 0 11100 1010110 1000 101000 1010100 110100

Color Harmonies of #EBA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA920

Black with #EBA920

Text Example


Text Example

White with #EBA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA920; }

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

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

background-color css

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

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

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

border-color css

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

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

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