#EBE026

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

Shades of Golden Fizz #EBE026

Tints of Golden Fizz #EBE026

Color information

#EBE026 (or 0xEBE026) is unknown color: approx Golden Fizz. HEX triplet: EB, E0 and 26. RGB value is (235,224,38). Sum of RGB (Red+Green+Blue) = 235+224+38=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE026 is #141FD9. Grayscale: #CECECE. Windows color (decimal): -1318874 or 2547947. OLE color: 2547947.

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

Color convert

RGB23522438-
CMYK00.050.840.08
HSL56.65º83.12%53.53%-
HSV(B)56.65º83.83%92.16%-
XYZ61.2771.1112.33-
YUV206.0833.14148.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 38 (15.23% from 255) = 7.65%
R=47.28%
G=45.07%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352243800.050.840.0856.6583.1253.53
HexEBE02605548395336
Octal3533404605124107112366
Binary11101011111000001001100101101010010001110011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE026; }

 p { color: rgb(235,224,38); }

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

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

 a { background-color: rgb(235,224,38); }

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

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

 span { border-color: rgb(235,224,38); }

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