Html Css Color HEX #EBA525 Gold Tips

📋 copy color: '#EBA525'

red 235 ◦ green 165 ◦ blue 37

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

Shades of Gold Tips #EBA525

Tints of Gold Tips #EBA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.47%

R = 53.78%
G = 37.76%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA525 (or 0xEBA525) is known color: Gold Tips. HEX triplet: EB, A5 and 25. RGB value is (235,165,37). Sum of RGB (Red+Green+Blue) = 235+165+37=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA525 is #145ADA. Grayscale: #ABABAB. Windows color (decimal): -1333979 or 2467307. OLE color: 2467307.

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

Color convert

RGB 235 165 37 -
CMYK 0 0.30 0.84 0.08
HSL 38.79º 0.83% 0.53% -
HSV(B) 38.79º 0.84% 0.92% -
XYZ 48.05 44.71 7.85 -
YUV 171.34 52.19 173.41 -
System Red Green Blue C M Y K H S L
Decimal 235 165 37 0 0.30 0.84 0.08 38.79 0.83 0.53
Hex EB A5 25 0 1E 54 8 27 53 35
Octal 353 245 45 0 36 124 10 47 123 65
Binary 11101011 10100101 100101 0 11110 1010100 1000 100111 1010011 110101

Color Harmonies of #EBA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA525

Black with #EBA525

Text Example


Text Example

White with #EBA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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