Html Css Color HEX #EBA527 Gold Tips

📋 copy color: '#EBA527'

red 235 ◦ green 165 ◦ blue 39

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

Shades of Gold Tips #EBA527

Tints of Gold Tips #EBA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 53.53%
G = 37.59%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA527 (or 0xEBA527) is known color: Gold Tips. HEX triplet: EB, A5 and 27. RGB value is (235,165,39). Sum of RGB (Red+Green+Blue) = 235+165+39=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA527 is #145AD8. Grayscale: #ACACAC. Windows color (decimal): -1333977 or 2598379. OLE color: 2598379.

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

Color convert

RGB 235 165 39 -
CMYK 0 0.30 0.83 0.08
HSL 38.57º 0.83% 0.54% -
HSV(B) 38.57º 0.83% 0.92% -
XYZ 48.08 44.72 8.02 -
YUV 171.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 235 165 39 0 0.30 0.83 0.08 38.57 0.83 0.54
Hex EB A5 27 0 1E 53 8 27 53 36
Octal 353 245 47 0 36 123 10 47 123 66
Binary 11101011 10100101 100111 0 11110 1010011 1000 100111 1010011 110110

Color Harmonies of #EBA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA527

Black with #EBA527

Text Example


Text Example

White with #EBA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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