Html Css Color HEX #EBA929 Gold Tips

📋 copy color: '#EBA929'

red 235 ◦ green 169 ◦ blue 41

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

Shades of Gold Tips #EBA929

Tints of Gold Tips #EBA929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.21%

R = 52.81%
G = 37.98%
B = 9.21%

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

#EBA929 (or 0xEBA929) is known color: Gold Tips. HEX triplet: EB, A9 and 29. RGB value is (235,169,41). Sum of RGB (Red+Green+Blue) = 235+169+41=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA929 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA929 is #1456D6. Grayscale: #AEAEAE. Windows color (decimal): -1332951 or 2730475. OLE color: 2730475.

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

Color convert

RGB 235 169 41 -
CMYK 0 0.28 0.83 0.08
HSL 39.59º 0.83% 0.54% -
HSV(B) 39.59º 0.83% 0.92% -
XYZ 48.85 46.2 8.44 -
YUV 174.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 235 169 41 0 0.28 0.83 0.08 39.59 0.83 0.54
Hex EB A9 29 0 1C 53 8 28 53 36
Octal 353 251 51 0 34 123 10 50 123 66
Binary 11101011 10101001 101001 0 11100 1010011 1000 101000 1010011 110110

Color Harmonies of #EBA929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA929

Black with #EBA929

Text Example


Text Example

White with #EBA929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA929; }

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

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

background-color css

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

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

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

border-color css

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

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

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