Html Css Color HEX #EBA829 Gold Tips

📋 copy color: '#EBA829'

red 235 ◦ green 168 ◦ blue 41

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

Shades of Gold Tips #EBA829

Tints of Gold Tips #EBA829

RGB

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

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

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

R = 52.93%
G = 37.84%
B = 9.23%

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

#EBA829 (or 0xEBA829) is known color: Gold Tips. HEX triplet: EB, A8 and 29. RGB value is (235,168,41). Sum of RGB (Red+Green+Blue) = 235+168+41=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA829 is #1457D6. Grayscale: #AEAEAE. Windows color (decimal): -1333207 or 2730219. OLE color: 2730219.

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

Color convert

RGB 235 168 41 -
CMYK 0 0.29 0.83 0.08
HSL 39.28º 0.83% 0.54% -
HSV(B) 39.28º 0.83% 0.92% -
XYZ 48.66 45.83 8.38 -
YUV 173.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 235 168 41 0 0.29 0.83 0.08 39.28 0.83 0.54
Hex EB A8 29 0 1D 53 8 27 53 36
Octal 353 250 51 0 35 123 10 47 123 66
Binary 11101011 10101000 101001 0 11101 1010011 1000 100111 1010011 110110

Color Harmonies of #EBA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA829

Black with #EBA829

Text Example


Text Example

White with #EBA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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