Html Css Color HEX #EBB620 Gold Tips

📋 copy color: '#EBB620'

red 235 ◦ green 182 ◦ blue 32

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

Shades of Gold Tips #EBB620

Tints of Gold Tips #EBB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 52.34%
G = 40.53%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBB620 (or 0xEBB620) is known color: Gold Tips. HEX triplet: EB, B6 and 20. RGB value is (235,182,32). Sum of RGB (Red+Green+Blue) = 235+182+32=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB620 is #1449DF. Grayscale: #B5B5B5. Windows color (decimal): -1329632 or 2143979. OLE color: 2143979.

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

Color convert

RGB 235 182 32 -
CMYK 0 0.23 0.86 0.08
HSL 44.33º 0.84% 0.52% -
HSV(B) 44.33º 0.86% 0.92% -
XYZ 51.25 51.22 8.55 -
YUV 180.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 235 182 32 0 0.23 0.86 0.08 44.33 0.84 0.52
Hex EB B6 20 0 17 56 8 2C 54 34
Octal 353 266 40 0 27 126 10 54 124 64
Binary 11101011 10110110 100000 0 10111 1010110 1000 101100 1010100 110100

Color Harmonies of #EBB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB620

Black with #EBB620

Text Example


Text Example

White with #EBB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB620; }

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

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

background-color css

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

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

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

border-color css

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

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

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