Html Css Color HEX #EBA928 Gold Tips

📋 copy color: '#EBA928'

red 235 ◦ green 169 ◦ blue 40

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

Shades of Gold Tips #EBA928

Tints of Gold Tips #EBA928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

 BLUE value IS 40 (16.02% from 255) = 9.01%

R = 52.93%
G = 38.06%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA928 (or 0xEBA928) is known color: Gold Tips. HEX triplet: EB, A9 and 28. RGB value is (235,169,40). Sum of RGB (Red+Green+Blue) = 235+169+40=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA928 is #1456D7. Grayscale: #AEAEAE. Windows color (decimal): -1332952 or 2664939. OLE color: 2664939.

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

Color convert

RGB 235 169 40 -
CMYK 0 0.28 0.83 0.08
HSL 39.69º 0.83% 0.54% -
HSV(B) 39.69º 0.83% 0.92% -
XYZ 48.83 46.19 8.35 -
YUV 174.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 235 169 40 0 0.28 0.83 0.08 39.69 0.83 0.54
Hex EB A9 28 0 1C 53 8 28 53 36
Octal 353 251 50 0 34 123 10 50 123 66
Binary 11101011 10101001 101000 0 11100 1010011 1000 101000 1010011 110110

Color Harmonies of #EBA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA928

Black with #EBA928

Text Example


Text Example

White with #EBA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA928; }

 p { color: rgb(235,169,40); }

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

background-color css

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

 a { background-color: rgb(235,169,40); }

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

border-color css

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

 span { border-color: rgb(235,169,40); }

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