Html Css Color HEX #EBA825 Gold Tips

📋 copy color: '#EBA825'

red 235 ◦ green 168 ◦ blue 37

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

Shades of Gold Tips #EBA825

Tints of Gold Tips #EBA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 53.41%
G = 38.18%
B = 8.41%

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

#EBA825 (or 0xEBA825) is known color: Gold Tips. HEX triplet: EB, A8 and 25. RGB value is (235,168,37). Sum of RGB (Red+Green+Blue) = 235+168+37=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA825 is #1457DA. Grayscale: #ADADAD. Windows color (decimal): -1333211 or 2468075. OLE color: 2468075.

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

Color convert

RGB 235 168 37 -
CMYK 0 0.29 0.84 0.08
HSL 39.7º 0.83% 0.53% -
HSV(B) 39.7º 0.84% 0.92% -
XYZ 48.6 45.8 8.03 -
YUV 173.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 235 168 37 0 0.29 0.84 0.08 39.7 0.83 0.53
Hex EB A8 25 0 1D 54 8 28 53 35
Octal 353 250 45 0 35 124 10 50 123 65
Binary 11101011 10101000 100101 0 11101 1010100 1000 101000 1010011 110101

Color Harmonies of #EBA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA825

Black with #EBA825

Text Example


Text Example

White with #EBA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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