#EBD939

Color #EBD939 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EBD939

Tints of Golden Fizz #EBD939

Color information

#EBD939 (or 0xEBD939) is unknown color: approx Golden Fizz. HEX triplet: EB, D9 and 39. RGB value is (235,217,57). Sum of RGB (Red+Green+Blue) = 235+217+57=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 57 (22.66% from 255 or 11.20% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD939 is #1426C6. Grayscale: #CCCCCC. Windows color (decimal): -1320647 or 3791339. OLE color: 3791339.

HSL color Cylindrical-coordinate representation of color #EBD939: hue angle of 53.93º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBD939 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23521757-
CMYK00.080.760.08
HSL53.93º81.65%57.25%-
HSV(B)53.93º75.74%92.16%-
XYZ59.8167.5813.76-
YUV204.1444.96150.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 57 (22.66% from 255) = 11.20%
R=46.17%
G=42.63%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352175700.080.760.0853.9381.6557.25
HexEBD939084C8365239
Octal35333171010114106612271
Binary111010111101100111100101000100110010001101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD939; }

 p { color: rgb(235,217,57); }

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

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

 a { background-color: rgb(235,217,57); }

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

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

 span { border-color: rgb(235,217,57); }

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