#EBF834

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

Shades of Golden Fizz #EBF834

Tints of Golden Fizz #EBF834

Color information

#EBF834 (or 0xEBF834) is unknown color: approx Golden Fizz. HEX triplet: EB, F8 and 34. RGB value is (235,248,52). Sum of RGB (Red+Green+Blue) = 235+248+52=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 52 (20.70% from 255 or 9.72% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF834 is #1407CB. Grayscale: #DEDEDE. Windows color (decimal): -1312716 or 3471595. OLE color: 3471595.

HSL color Cylindrical-coordinate representation of color #EBF834: hue angle of 63.98º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBF834 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB23524852-
CMYK0.0500.790.03
HSL63.98º93.33%58.82%-
HSV(B)63.98º79.03%97.25%-
XYZ68.4585.0416.06-
YUV221.7732.19137.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 52 (20.70% from 255) = 9.72%
R=43.93%
G=46.36%
B=9.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235248520.0500.790.0363.9893.3358.82
HexEBF834504F3405d3b
Octal3533706450117310013573
Binary1110101111111000110100101010011111110000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF834; }

 p { color: rgb(235,248,52); }

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

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

 a { background-color: rgb(235,248,52); }

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

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

 span { border-color: rgb(235,248,52); }

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