Html Css Color HEX #EBA628 Gold Tips

📋 copy color: '#EBA628'

red 235 ◦ green 166 ◦ blue 40

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

Shades of Gold Tips #EBA628

Tints of Gold Tips #EBA628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 53.29%
G = 37.64%
B = 9.07%

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

#EBA628 (or 0xEBA628) is known color: Gold Tips. HEX triplet: EB, A6 and 28. RGB value is (235,166,40). Sum of RGB (Red+Green+Blue) = 235+166+40=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA628 is #1459D7. Grayscale: #ACACAC. Windows color (decimal): -1333720 or 2664171. OLE color: 2664171.

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

Color convert

RGB 235 166 40 -
CMYK 0 0.29 0.83 0.08
HSL 38.77º 0.83% 0.54% -
HSV(B) 38.77º 0.83% 0.92% -
XYZ 48.28 45.09 8.17 -
YUV 172.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 235 166 40 0 0.29 0.83 0.08 38.77 0.83 0.54
Hex EB A6 28 0 1D 53 8 27 53 36
Octal 353 246 50 0 35 123 10 47 123 66
Binary 11101011 10100110 101000 0 11101 1010011 1000 100111 1010011 110110

Color Harmonies of #EBA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA628

Black with #EBA628

Text Example


Text Example

White with #EBA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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