Html Css Color HEX #EBA725 Gold Tips

📋 copy color: '#EBA725'

red 235 ◦ green 167 ◦ blue 37

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

Shades of Gold Tips #EBA725

Tints of Gold Tips #EBA725

RGB

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

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

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

R = 53.53%
G = 38.04%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA725 (or 0xEBA725) is known color: Gold Tips. HEX triplet: EB, A7 and 25. RGB value is (235,167,37). Sum of RGB (Red+Green+Blue) = 235+167+37=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA725 is #1458DA. Grayscale: #ADADAD. Windows color (decimal): -1333467 or 2467819. OLE color: 2467819.

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

Color convert

RGB 235 167 37 -
CMYK 0 0.29 0.84 0.08
HSL 39.39º 0.83% 0.53% -
HSV(B) 39.39º 0.84% 0.92% -
XYZ 48.41 45.43 7.97 -
YUV 172.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 235 167 37 0 0.29 0.84 0.08 39.39 0.83 0.53
Hex EB A7 25 0 1D 54 8 27 53 35
Octal 353 247 45 0 35 124 10 47 123 65
Binary 11101011 10100111 100101 0 11101 1010100 1000 100111 1010011 110101

Color Harmonies of #EBA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA725

Black with #EBA725

Text Example


Text Example

White with #EBA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA725; }

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

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

background-color css

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

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

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

border-color css

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

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

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