Html Css Color HEX #EBA820 Gold Tips

📋 copy color: '#EBA820'

red 235 ◦ green 168 ◦ blue 32

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

Shades of Gold Tips #EBA820

Tints of Gold Tips #EBA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 54.02%
G = 38.62%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA820 (or 0xEBA820) is known color: Gold Tips. HEX triplet: EB, A8 and 20. RGB value is (235,168,32). Sum of RGB (Red+Green+Blue) = 235+168+32=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA820 is #1457DF. Grayscale: #ADADAD. Windows color (decimal): -1333216 or 2140395. OLE color: 2140395.

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

Color convert

RGB 235 168 32 -
CMYK 0 0.29 0.86 0.08
HSL 40.2º 0.84% 0.52% -
HSV(B) 40.2º 0.86% 0.92% -
XYZ 48.52 45.77 7.64 -
YUV 172.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 235 168 32 0 0.29 0.86 0.08 40.2 0.84 0.52
Hex EB A8 20 0 1D 56 8 28 54 34
Octal 353 250 40 0 35 126 10 50 124 64
Binary 11101011 10101000 100000 0 11101 1010110 1000 101000 1010100 110100

Color Harmonies of #EBA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA820

Black with #EBA820

Text Example


Text Example

White with #EBA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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