Html Css Color HEX #EBA626 Gold Tips

📋 copy color: '#EBA626'

red 235 ◦ green 166 ◦ blue 38

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

Shades of Gold Tips #EBA626

Tints of Gold Tips #EBA626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.66%

R = 53.53%
G = 37.81%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA626 (or 0xEBA626) is known color: Gold Tips. HEX triplet: EB, A6 and 26. RGB value is (235,166,38). Sum of RGB (Red+Green+Blue) = 235+166+38=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA626 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA626 is #1459D9. Grayscale: #ACACAC. Windows color (decimal): -1333722 or 2533099. OLE color: 2533099.

HSL color Cylindrical-coordinate representation of color #EBA626: hue angle of 38.98º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBA626 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 38 -
CMYK 0 0.29 0.84 0.08
HSL 38.98º 0.83% 0.54% -
HSV(B) 38.98º 0.84% 0.92% -
XYZ 48.25 45.07 7.99 -
YUV 172.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 235 166 38 0 0.29 0.84 0.08 38.98 0.83 0.54
Hex EB A6 26 0 1D 54 8 27 53 36
Octal 353 246 46 0 35 124 10 47 123 66
Binary 11101011 10100110 100110 0 11101 1010100 1000 100111 1010011 110110

Color Harmonies of #EBA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA626

Black with #EBA626

Text Example


Text Example

White with #EBA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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