Html Css Color HEX #EBA625 Gold Tips

📋 copy color: '#EBA625'

red 235 ◦ green 166 ◦ blue 37

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

Shades of Gold Tips #EBA625

Tints of Gold Tips #EBA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

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

R = 53.65%
G = 37.9%
B = 8.45%

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

#EBA625 (or 0xEBA625) is known color: Gold Tips. HEX triplet: EB, A6 and 25. RGB value is (235,166,37). Sum of RGB (Red+Green+Blue) = 235+166+37=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA625 is #1459DA. Grayscale: #ACACAC. Windows color (decimal): -1333723 or 2467563. OLE color: 2467563.

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

Color convert

RGB 235 166 37 -
CMYK 0 0.29 0.84 0.08
HSL 39.09º 0.83% 0.53% -
HSV(B) 39.09º 0.84% 0.92% -
XYZ 48.23 45.07 7.91 -
YUV 171.93 51.86 172.99 -
System Red Green Blue C M Y K H S L
Decimal 235 166 37 0 0.29 0.84 0.08 39.09 0.83 0.53
Hex EB A6 25 0 1D 54 8 27 53 35
Octal 353 246 45 0 35 124 10 47 123 65
Binary 11101011 10100110 100101 0 11101 1010100 1000 100111 1010011 110101

Color Harmonies of #EBA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA625

Black with #EBA625

Text Example


Text Example

White with #EBA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA625; }

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

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

background-color css

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

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

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

border-color css

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

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

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