#EDFA33

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

Shades of Golden Fizz #EDFA33

Tints of Golden Fizz #EDFA33

Color information

#EDFA33 (or 0xEDFA33) is unknown color: approx Golden Fizz. HEX triplet: ED, FA and 33. RGB value is (237,250,51). Sum of RGB (Red+Green+Blue) = 237+250+51=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 51 (20.31% from 255 or 9.48% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFA33 is #1205CC. Grayscale: #E0E0E0. Windows color (decimal): -1181133 or 3406573. OLE color: 3406573.

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

Color convert

RGB23725051-
CMYK0.0500.800.02
HSL63.92º95.22%59.02%-
HSV(B)63.92º79.6%98.04%-
XYZ69.7186.6116.18-
YUV223.4330.69137.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 51 (20.31% from 255) = 9.48%
R=44.05%
G=46.47%
B=9.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237250510.0500.800.0263.9295.2259.02
HexEDFA3350502405f3b
Octal3553726350120210013773
Binary1110110111111010110011101010100001010000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA33; }

 p { color: rgb(237,250,51); }

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

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

 a { background-color: rgb(237,250,51); }

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

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

 span { border-color: rgb(237,250,51); }

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