#EBA828

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

Shades of Gold Tips #EBA828

Tints of Gold Tips #EBA828

Color information

#EBA828 (or 0xEBA828) is unknown color: approx Gold Tips. HEX triplet: EB, A8 and 28. RGB value is (235,168,40). Sum of RGB (Red+Green+Blue) = 235+168+40=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA828 is #1457D7. Grayscale: #AEAEAE. Windows color (decimal): -1333208 or 2664683. OLE color: 2664683.

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

Color convert

RGB23516840-
CMYK00.290.830.08
HSL39.38º82.98%53.92%-
HSV(B)39.38º82.98%92.16%-
XYZ48.6545.828.29-
YUV173.4452.7171.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 40 (16.02% from 255) = 9.03%
R=53.05%
G=37.92%
B=9.03%

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
Decimal2351684000.290.830.0839.3882.9853.92
HexEBA82801D538275336
Octal35325050035123104712366
Binary1110101110101000101000011101101001110001001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA828; }

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

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

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

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

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

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

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

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