#EBF331

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

Shades of Golden Fizz #EBF331

Tints of Golden Fizz #EBF331

Color information

#EBF331 (or 0xEBF331) is unknown color: approx Golden Fizz. HEX triplet: EB, F3 and 31. RGB value is (235,243,49). Sum of RGB (Red+Green+Blue) = 235+243+49=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 49 (19.53% from 255 or 9.30% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF331 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF331 is #140CCE. Grayscale: #DBDBDB. Windows color (decimal): -1313999 or 3273707. OLE color: 3273707.

HSL color Cylindrical-coordinate representation of color #EBF331: hue angle of 62.47º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBF331 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB23524349-
CMYK0.0300.800.05
HSL62.47º88.99%57.25%-
HSV(B)62.47º79.84%95.29%-
XYZ66.8781.9915.21-
YUV218.4932.35139.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 243 (95.31% from 255) = 46.11%
BLUE value IS 49 (19.53% from 255) = 9.30%
R=44.59%
G=46.11%
B=9.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235243490.0300.800.0562.4788.9957.25
HexEBF331305053e5939
Octal353363613012057613171
Binary111010111111001111000111010100001011111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF331; }

 p { color: rgb(235,243,49); }

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

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

 a { background-color: rgb(235,243,49); }

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

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

 span { border-color: rgb(235,243,49); }

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