Html Css Color HEX #EBA720 Gold Tips

📋 copy color: '#EBA720'

red 235 ◦ green 167 ◦ blue 32

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

Shades of Gold Tips #EBA720

Tints of Gold Tips #EBA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 54.15%
G = 38.48%
B = 7.37%

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

#EBA720 (or 0xEBA720) is known color: Gold Tips. HEX triplet: EB, A7 and 20. RGB value is (235,167,32). Sum of RGB (Red+Green+Blue) = 235+167+32=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA720 is #1458DF. Grayscale: #ACACAC. Windows color (decimal): -1333472 or 2140139. OLE color: 2140139.

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

Color convert

RGB 235 167 32 -
CMYK 0 0.29 0.86 0.08
HSL 39.9º 0.84% 0.52% -
HSV(B) 39.9º 0.86% 0.92% -
XYZ 48.34 45.4 7.58 -
YUV 171.94 49.03 172.98 -
System Red Green Blue C M Y K H S L
Decimal 235 167 32 0 0.29 0.86 0.08 39.9 0.84 0.52
Hex EB A7 20 0 1D 56 8 28 54 34
Octal 353 247 40 0 35 126 10 50 124 64
Binary 11101011 10100111 100000 0 11101 1010110 1000 101000 1010100 110100

Color Harmonies of #EBA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA720

Black with #EBA720

Text Example


Text Example

White with #EBA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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