Html Css Color HEX #EBA521 Gold Tips

📋 copy color: '#EBA521'

red 235 ◦ green 165 ◦ blue 33

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

Shades of Gold Tips #EBA521

Tints of Gold Tips #EBA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 54.27%
G = 38.11%
B = 7.62%

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

#EBA521 (or 0xEBA521) is known color: Gold Tips. HEX triplet: EB, A5 and 21. RGB value is (235,165,33). Sum of RGB (Red+Green+Blue) = 235+165+33=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA521 is #145ADE. Grayscale: #ABABAB. Windows color (decimal): -1333983 or 2205163. OLE color: 2205163.

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

Color convert

RGB 235 165 33 -
CMYK 0 0.30 0.86 0.08
HSL 39.21º 0.83% 0.53% -
HSV(B) 39.21º 0.86% 0.92% -
XYZ 47.99 44.68 7.53 -
YUV 170.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 235 165 33 0 0.30 0.86 0.08 39.21 0.83 0.53
Hex EB A5 21 0 1E 56 8 27 53 35
Octal 353 245 41 0 36 126 10 47 123 65
Binary 11101011 10100101 100001 0 11110 1010110 1000 100111 1010011 110101

Color Harmonies of #EBA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA521

Black with #EBA521

Text Example


Text Example

White with #EBA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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