#EBE72C

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

Shades of Golden Fizz #EBE72C

Tints of Golden Fizz #EBE72C

Color information

#EBE72C (or 0xEBE72C) is unknown color: approx Golden Fizz. HEX triplet: EB, E7 and 2C. RGB value is (235,231,44). Sum of RGB (Red+Green+Blue) = 235+231+44=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE72C is #1418D3. Grayscale: #D3D3D3. Windows color (decimal): -1317076 or 2942955. OLE color: 2942955.

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

Color convert

RGB23523144-
CMYK00.020.810.08
HSL58.74º82.68%54.71%-
HSV(B)58.74º81.28%92.16%-
XYZ63.297513.52-
YUV210.8833.83145.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 231 (90.62% from 255) = 45.29%
BLUE value IS 44 (17.58% from 255) = 8.63%
R=46.08%
G=45.29%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352314400.020.810.0858.7482.6854.71
HexEBE72C025183b5337
Octal3533475402121107312367
Binary1110101111100111101100010101000110001110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE72C; }

 p { color: rgb(235,231,44); }

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

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

 a { background-color: rgb(235,231,44); }

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

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

 span { border-color: rgb(235,231,44); }

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