#EBA728

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

Shades of Gold Tips #EBA728

Tints of Gold Tips #EBA728

Color information

#EBA728 (or 0xEBA728) is unknown color: approx Gold Tips. HEX triplet: EB, A7 and 28. RGB value is (235,167,40). Sum of RGB (Red+Green+Blue) = 235+167+40=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA728 is #1458D7. Grayscale: #ADADAD. Windows color (decimal): -1333464 or 2664427. OLE color: 2664427.

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

Color convert

RGB23516740-
CMYK00.290.830.08
HSL39.08º82.98%53.92%-
HSV(B)39.08º82.98%92.16%-
XYZ48.4645.458.23-
YUV172.8553.03172.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.17%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 40 (16.02% from 255) = 9.05%
R=53.17%
G=37.78%
B=9.05%

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
Decimal2351674000.290.830.0839.0882.9853.92
HexEBA72801D538275336
Octal35324750035123104712366
Binary1110101110100111101000011101101001110001001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA728; }

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

 H1.HeaderClassName
 {
   color: #EBA728;
 }
 .AnyTagClassName
 {
   color: #EBA728;
 }
</style>
background-color css

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

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

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

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

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

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