Html Css Color HEX #EBA522 Gold Tips

📋 copy color: '#EBA522'

red 235 ◦ green 165 ◦ blue 34

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

Shades of Gold Tips #EBA522

Tints of Gold Tips #EBA522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 54.15%
G = 38.02%
B = 7.83%

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

#EBA522 (or 0xEBA522) is known color: Gold Tips. HEX triplet: EB, A5 and 22. RGB value is (235,165,34). Sum of RGB (Red+Green+Blue) = 235+165+34=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA522 is #145ADD. Grayscale: #ABABAB. Windows color (decimal): -1333982 or 2270699. OLE color: 2270699.

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

Color convert

RGB 235 165 34 -
CMYK 0 0.30 0.86 0.08
HSL 39.1º 0.83% 0.53% -
HSV(B) 39.1º 0.86% 0.92% -
XYZ 48 44.69 7.61 -
YUV 171 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 235 165 34 0 0.30 0.86 0.08 39.1 0.83 0.53
Hex EB A5 22 0 1E 56 8 27 53 35
Octal 353 245 42 0 36 126 10 47 123 65
Binary 11101011 10100101 100010 0 11110 1010110 1000 100111 1010011 110101

Color Harmonies of #EBA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA522

Black with #EBA522

Text Example


Text Example

White with #EBA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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