#EBE325

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

Shades of Golden Fizz #EBE325

Tints of Golden Fizz #EBE325

Color information

#EBE325 (or 0xEBE325) is unknown color: approx Golden Fizz. HEX triplet: EB, E3 and 25. RGB value is (235,227,37). Sum of RGB (Red+Green+Blue) = 235+227+37=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE325 is #141CDA. Grayscale: #D0D0D0. Windows color (decimal): -1318107 or 2483179. OLE color: 2483179.

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

Color convert

RGB23522737-
CMYK00.030.840.08
HSL57.58º83.19%53.33%-
HSV(B)57.58º84.26%92.16%-
XYZ62.0672.7312.52-
YUV207.7331.65147.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 227 (89.06% from 255) = 45.49%
BLUE value IS 37 (14.84% from 255) = 7.41%
R=47.09%
G=45.49%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352273700.030.840.0857.5883.1953.33
HexEBE325035483a5335
Octal3533434503124107212365
Binary1110101111100011100101011101010010001110101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE325; }

 p { color: rgb(235,227,37); }

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

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

 a { background-color: rgb(235,227,37); }

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

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

 span { border-color: rgb(235,227,37); }

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