Html Css Color HEX #EBA729 Gold Tips

📋 copy color: '#EBA729'

red 235 ◦ green 167 ◦ blue 41

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

Shades of Gold Tips #EBA729

Tints of Gold Tips #EBA729

RGB

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

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

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

R = 53.05%
G = 37.7%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA729 (or 0xEBA729) is known color: Gold Tips. HEX triplet: EB, A7 and 29. RGB value is (235,167,41). Sum of RGB (Red+Green+Blue) = 235+167+41=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA729 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA729 is #1458D6. Grayscale: #ADADAD. Windows color (decimal): -1333463 or 2729963. OLE color: 2729963.

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

Color convert

RGB 235 167 41 -
CMYK 0 0.29 0.83 0.08
HSL 38.97º 0.83% 0.54% -
HSV(B) 38.97º 0.83% 0.92% -
XYZ 48.48 45.46 8.32 -
YUV 172.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 235 167 41 0 0.29 0.83 0.08 38.97 0.83 0.54
Hex EB A7 29 0 1D 53 8 27 53 36
Octal 353 247 51 0 35 123 10 47 123 66
Binary 11101011 10100111 101001 0 11101 1010011 1000 100111 1010011 110110

Color Harmonies of #EBA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA729

Black with #EBA729

Text Example


Text Example

White with #EBA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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