#EBA628

Color #EBA628 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #EBA628

Tints of Gold Tips #EBA628

Color information

#EBA628 (or 0xEBA628) is unknown color: approx 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

RGB23516640-
CMYK00.290.830.08
HSL38.77º82.98%53.92%-
HSV(B)38.77º82.98%92.16%-
XYZ48.2845.098.17-
YUV172.2753.36172.75-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351664000.290.830.0838.7782.9853.92
HexEBA62801D538275336
Octal35324650035123104712366
Binary1110101110100110101000011101101001110001001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>