Html Css Color HEX #EBA629 Gold Tips

📋 copy color: '#EBA629'

red 235 ◦ green 166 ◦ blue 41

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

Shades of Gold Tips #EBA629

Tints of Gold Tips #EBA629

RGB

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

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

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

R = 53.17%
G = 37.56%
B = 9.28%

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

#EBA629 (or 0xEBA629) is known color: Gold Tips. HEX triplet: EB, A6 and 29. RGB value is (235,166,41). Sum of RGB (Red+Green+Blue) = 235+166+41=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA629 is #1459D6. Grayscale: #ACACAC. Windows color (decimal): -1333719 or 2729707. OLE color: 2729707.

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

Color convert

RGB 235 166 41 -
CMYK 0 0.29 0.83 0.08
HSL 38.66º 0.83% 0.54% -
HSV(B) 38.66º 0.83% 0.92% -
XYZ 48.3 45.09 8.26 -
YUV 172.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 235 166 41 0 0.29 0.83 0.08 38.66 0.83 0.54
Hex EB A6 29 0 1D 53 8 27 53 36
Octal 353 246 51 0 35 123 10 47 123 66
Binary 11101011 10100110 101001 0 11101 1010011 1000 100111 1010011 110110

Color Harmonies of #EBA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA629

Black with #EBA629

Text Example


Text Example

White with #EBA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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