#EBB624

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

Shades of Gold Tips #EBB624

Tints of Gold Tips #EBB624

Color information

#EBB624 (or 0xEBB624) is unknown color: approx Gold Tips. HEX triplet: EB, B6 and 24. RGB value is (235,182,36). Sum of RGB (Red+Green+Blue) = 235+182+36=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB624 is #1449DB. Grayscale: #B5B5B5. Windows color (decimal): -1329628 or 2406123. OLE color: 2406123.

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

Color convert

RGB23518236-
CMYK00.230.850.08
HSL44.02º83.26%53.14%-
HSV(B)44.02º84.68%92.16%-
XYZ51.3151.258.86-
YUV181.246.06166.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 36 (14.45% from 255) = 7.95%
R=51.88%
G=40.18%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351823600.230.850.0844.0283.2653.14
HexEBB6240175582c5335
Octal35326644027125105412365
Binary1110101110110110100100010111101010110001011001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB624; }

 p { color: rgb(235,182,36); }

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

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

 a { background-color: rgb(235,182,36); }

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

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

 span { border-color: rgb(235,182,36); }

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